#0C7061

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

Shades of Tropical Rain Forest #0C7061

Tints of Tropical Rain Forest #0C7061

Color information

#0C7061 (or 0x0C7061) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 70 and 61. RGB value is (12,112,97). Sum of RGB (Red+Green+Blue) = 12+112+97=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #0C7061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7061 is #F38F9E. Grayscale: #505050. Windows color (decimal): -15962015 or 6385676. OLE color: 6385676.

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

Color convert

RGB1211297-
CMYK0.8900.130.56
HSL171º80.65%24.31%-
HSV(B)171º89.29%43.92%-
XYZ8.112.5313.3-
YUV80.39137.3779.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.43%
GREEN value IS 112 (44.14% from 255) = 50.68%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=5.43%
G=50.68%
B=43.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12112970.8900.130.5617180.6524.31
HexC7061590D38ab5118
Octal141601411310157025312130
Binary11001110000110000110110010110111100010101011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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