#0C6F5F

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

Shades of Tropical Rain Forest #0C6F5F

Tints of Tropical Rain Forest #0C6F5F

Color information

#0C6F5F (or 0x0C6F5F) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 6F and 5F. RGB value is (12,111,95). Sum of RGB (Red+Green+Blue) = 12+111+95=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #0C6F5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6F5F is #F390A0. Grayscale: #4F4F4F. Windows color (decimal): -15962273 or 6254348. OLE color: 6254348.

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

Color convert

RGB1211195-
CMYK0.8900.140.56
HSL170.3º80.49%24.12%-
HSV(B)170.3º89.19%43.53%-
XYZ7.912.2712.78-
YUV79.57136.779.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.50%
GREEN value IS 111 (43.75% from 255) = 50.92%
BLUE value IS 95 (37.5% from 255) = 43.58%
R=5.50%
G=50.92%
B=43.58%

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
Decimal12111950.8900.140.56170.380.4924.12
HexC6F5F590E38aa5018
Octal141571371310167025212030
Binary11001101111101111110110010111011100010101010101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,111,95); }

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

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

 a { background-color: rgb(12,111,95); }

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

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

 span { border-color: rgb(12,111,95); }

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