Html Css Color HEX #0C6B5C Tropical Rain Forest

📋 copy color: '#0C6B5C'

red 12 ◦ green 107 ◦ blue 92

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

Shades of Tropical Rain Forest #0C6B5C

Tints of Tropical Rain Forest #0C6B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.71%

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

R = 5.69%
G = 50.71%
B = 43.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#0C6B5C (or 0x0C6B5C) is known color: Tropical Rain Forest. HEX triplet: 0C, 6B and 5C. RGB value is (12,107,92). Sum of RGB (Red+Green+Blue) = 12+107+92=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6B5C is #F394A3. Grayscale: #4C4C4C. Windows color (decimal): -15963300 or 6056716. OLE color: 6056716.

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

Color convert

RGB 12 107 92 -
CMYK 0.89 0 0.14 0.58
HSL 170.53º 0.8% 0.23% -
HSV(B) 170.53º 0.89% 0.42% -
XYZ 7.34 11.37 11.93 -
YUV 76.89 136.53 81.72 -
System Red Green Blue C M Y K H S L
Decimal 12 107 92 0.89 0 0.14 0.58 170.53 0.8 0.23
Hex C 6B 5C 59 0 E 3A AB 50 17
Octal 14 153 134 131 0 16 72 253 120 27
Binary 1100 1101011 1011100 1011001 0 1110 111010 10101011 1010000 10111

Color Harmonies of #0C6B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6B5C

Black with #0C6B5C

Text Example


Text Example

White with #0C6B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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