#0D6F62

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

Shades of Tropical Rain Forest #0D6F62

Tints of Tropical Rain Forest #0D6F62

Color information

#0D6F62 (or 0x0D6F62) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 6F and 62. RGB value is (13,111,98). Sum of RGB (Red+Green+Blue) = 13+111+98=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #0D6F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6F62 is #F2909D. Grayscale: #505050. Windows color (decimal): -15896734 or 6450957. OLE color: 6450957.

HSL color Cylindrical-coordinate representation of color #0D6F62: hue angle of 172.04º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6F62 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1311198-
CMYK0.8800.120.56
HSL172.04º79.03%24.31%-
HSV(B)172.04º88.29%43.53%-
XYZ8.0612.3413.51-
YUV80.22138.0380.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.86%
GREEN value IS 111 (43.75% from 255) = 50%
BLUE value IS 98 (38.67% from 255) = 44.14%
R=5.86%
G=50%
B=44.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13111980.8800.120.56172.0479.0324.31
HexD6F62580C38ac4f18
Octal151571421300147025411730
Binary11011101111110001010110000110011100010101100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,111,98); }

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

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

 a { background-color: rgb(13,111,98); }

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

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

 span { border-color: rgb(13,111,98); }

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