#0C7060

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

Shades of Tropical Rain Forest #0C7060

Tints of Tropical Rain Forest #0C7060

Color information

#0C7060 (or 0x0C7060) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 70 and 60. RGB value is (12,112,96). Sum of RGB (Red+Green+Blue) = 12+112+96=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #0C7060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7060 is #F38F9F. Grayscale: #505050. Windows color (decimal): -15962016 or 6320140. OLE color: 6320140.

HSL color Cylindrical-coordinate representation of color #0C7060: hue angle of 170.4º 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 #0C7060 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1211296-
CMYK0.8900.140.56
HSL170.4º80.65%24.31%-
HSV(B)170.4º89.29%43.92%-
XYZ8.0612.5113.06-
YUV80.28136.8779.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.45%
GREEN value IS 112 (44.14% from 255) = 50.91%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=5.45%
G=50.91%
B=43.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12112960.8900.140.56170.480.6524.31
HexC7060590E38aa5118
Octal141601401310167025212130
Binary11001110000110000010110010111011100010101010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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