#0D7061

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

Shades of Tropical Rain Forest #0D7061

Tints of Tropical Rain Forest #0D7061

Color information

#0D7061 (or 0x0D7061) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 70 and 61. RGB value is (13,112,97). Sum of RGB (Red+Green+Blue) = 13+112+97=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7061 is #F28F9E. Grayscale: #505050. Windows color (decimal): -15896479 or 6385677. OLE color: 6385677.

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

Color convert

RGB1311297-
CMYK0.8800.130.56
HSL170.91º79.2%24.51%-
HSV(B)170.91º88.39%43.92%-
XYZ8.1212.5413.3-
YUV80.69137.279.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.86%
GREEN value IS 112 (44.14% from 255) = 50.45%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=5.86%
G=50.45%
B=43.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13112970.8800.130.56170.9179.224.51
HexD7061580D38ab4f19
Octal151601411300157025311731
Binary11011110000110000110110000110111100010101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,112,97); }

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

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

 a { background-color: rgb(13,112,97); }

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

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

 span { border-color: rgb(13,112,97); }

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