Html Css Color HEX #0C6B59 Tropical Rain Forest

📋 copy color: '#0C6B59'

red 12 ◦ green 107 ◦ blue 89

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

Shades of Tropical Rain Forest #0C6B59

Tints of Tropical Rain Forest #0C6B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 42.79%

R = 5.77%
G = 51.44%
B = 42.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#0C6B59 (or 0x0C6B59) is known color: Tropical Rain Forest. HEX triplet: 0C, 6B and 59. RGB value is (12,107,89). Sum of RGB (Red+Green+Blue) = 12+107+89=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6B59 is #F394A6. Grayscale: #4C4C4C. Windows color (decimal): -15963303 or 5860108. OLE color: 5860108.

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

Color convert

RGB 12 107 89 -
CMYK 0.89 0 0.17 0.58
HSL 168.63º 0.8% 0.23% -
HSV(B) 168.63º 0.89% 0.42% -
XYZ 7.21 11.31 11.26 -
YUV 76.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 12 107 89 0.89 0 0.17 0.58 168.63 0.8 0.23
Hex C 6B 59 59 0 11 3A A9 50 17
Octal 14 153 131 131 0 21 72 251 120 27
Binary 1100 1101011 1011001 1011001 0 10001 111010 10101001 1010000 10111

Color Harmonies of #0C6B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6B59

Black with #0C6B59

Text Example


Text Example

White with #0C6B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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