#0D7657

Color #0D7657 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #0D7657

Tints of Tropical Rain Forest #0D7657

Color information

#0D7657 (or 0x0D7657) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 76 and 57. RGB value is (13,118,87). Sum of RGB (Red+Green+Blue) = 13+118+87=218 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.96% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7657 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7657 is #F289A8. Grayscale: #535353. Windows color (decimal): -15894953 or 5731853. OLE color: 5731853.

HSL color Cylindrical-coordinate representation of color #0D7657: hue angle of 162.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7657 is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1311887-
CMYK0.8900.260.54
HSL162.29º80.15%25.69%-
HSV(B)162.29º88.98%46.27%-
XYZ8.3613.7311.23-
YUV83.07130.2178.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 5.96%
GREEN value IS 118 (46.48% from 255) = 54.13%
BLUE value IS 87 (34.38% from 255) = 39.91%
R=5.96%
G=54.13%
B=39.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13118870.8900.260.54162.2980.1525.69
HexD76575901A36a2501a
Octal151661271310326624212032
Binary110111101101010111101100101101011011010100010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D7657; }

 p { color: rgb(13,118,87); }

 H1.HeaderClassName
 {
   color: #0D7657;
 }
 .AnyTagClassName
 {
   color: #0D7657;
 }
</style>
background-color css

<style>
 a { background-color: #0D7657; }

 a { background-color: rgb(13,118,87); }

 div.DivClassName
 {
   background-color: #0D7657;
 }
 .BgClassName
 {
   background-color: #0D7657;
 }
</style>
border-color css

<style>
 span { border-color: #0D7657; }

 span { border-color: rgb(13,118,87); }

 td.TdClassName
 {
   border-color: #0D7657;
 }
 .TagClassName
 {
   border-color: #0D7657;
 }
</style>