#0C6E5E

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

Shades of Tropical Rain Forest #0C6E5E

Tints of Tropical Rain Forest #0C6E5E

Color information

#0C6E5E (or 0x0C6E5E) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 6E and 5E. RGB value is (12,110,94). Sum of RGB (Red+Green+Blue) = 12+110+94=216 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.56% from 216); Green value is 110 (43.36% from 255 or 50.93% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 110 - color contains mainly: green. Hex color #0C6E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6E5E is #F391A1. Grayscale: #4E4E4E. Windows color (decimal): -15962530 or 6188556. OLE color: 6188556.

HSL color Cylindrical-coordinate representation of color #0C6E5E: hue angle of 170.2º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6E5E is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB1211094-
CMYK0.8900.150.57
HSL170.2º80.33%23.92%-
HSV(B)170.2º89.09%43.14%-
XYZ7.7512.0412.5-
YUV78.87136.5380.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.56%
GREEN value IS 110 (43.36% from 255) = 50.93%
BLUE value IS 94 (37.11% from 255) = 43.52%
R=5.56%
G=50.93%
B=43.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal12110940.8900.150.57170.280.3323.92
HexC6E5E590F39aa5018
Octal141561361310177125212030
Binary11001101110101111010110010111111100110101010101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,110,94); }

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

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

 a { background-color: rgb(12,110,94); }

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

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

 span { border-color: rgb(12,110,94); }

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