Html Css Color HEX #0C6C5C Tropical Rain Forest

📋 copy color: '#0C6C5C'

red 12 ◦ green 108 ◦ blue 92

#0C6C5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #0C6C5C

Tints of Tropical Rain Forest #0C6C5C

RGB

 RED value IS 12 (5.08% from 255) = 5.66%

 GREEN value IS 108 (42.58% from 255) = 50.94%

 BLUE value IS 92 (36.33% from 255) = 43.4%

R = 5.66%
G = 50.94%
B = 43.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#0C6C5C (or 0x0C6C5C) is known color: Tropical Rain Forest. HEX triplet: 0C, 6C and 5C. RGB value is (12,108,92). Sum of RGB (Red+Green+Blue) = 12+108+92=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6C5C is #F393A3. Grayscale: #4D4D4D. Windows color (decimal): -15963044 or 6056972. OLE color: 6056972.

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

Color convert

RGB 12 108 92 -
CMYK 0.89 0 0.15 0.58
HSL 170º 0.8% 0.24% -
HSV(B) 170º 0.89% 0.42% -
XYZ 7.45 11.58 11.97 -
YUV 77.47 136.2 81.3 -
System Red Green Blue C M Y K H S L
Decimal 12 108 92 0.89 0 0.15 0.58 170 0.8 0.24
Hex C 6C 5C 59 0 F 3A AA 50 18
Octal 14 154 134 131 0 17 72 252 120 30
Binary 1100 1101100 1011100 1011001 0 1111 111010 10101010 1010000 11000

Color Harmonies of #0C6C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6C5C

Black with #0C6C5C

Text Example


Text Example

White with #0C6C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,108,92); }

 H1.HeaderClassName
 {
   color: #0C6C5C;
 }
 .AnyTagClassName
 {
   color: #0C6C5C;
 }
</style>

background-color css

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

 a { background-color: rgb(12,108,92); }

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

border-color css

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

 span { border-color: rgb(12,108,92); }

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