Html Css Color HEX #0C6959 Tropical Rain Forest

📋 copy color: '#0C6959'

red 12 ◦ green 105 ◦ blue 89

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

Shades of Tropical Rain Forest #0C6959

Tints of Tropical Rain Forest #0C6959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50.97%

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

R = 5.83%
G = 50.97%
B = 43.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#0C6959 (or 0x0C6959) is known color: Tropical Rain Forest. HEX triplet: 0C, 69 and 59. RGB value is (12,105,89). Sum of RGB (Red+Green+Blue) = 12+105+89=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #0C6959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6959 is #F396A6. Grayscale: #4B4B4B. Windows color (decimal): -15963815 or 5859596. OLE color: 5859596.

HSL color Cylindrical-coordinate representation of color #0C6959: hue angle of 169.68º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6959 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 105 89 -
CMYK 0.89 0 0.15 0.59
HSL 169.68º 0.79% 0.23% -
HSV(B) 169.68º 0.89% 0.41% -
XYZ 7.01 10.9 11.19 -
YUV 75.37 135.69 82.8 -
System Red Green Blue C M Y K H S L
Decimal 12 105 89 0.89 0 0.15 0.59 169.68 0.79 0.23
Hex C 69 59 59 0 F 3B AA 4F 17
Octal 14 151 131 131 0 17 73 252 117 27
Binary 1100 1101001 1011001 1011001 0 1111 111011 10101010 1001111 10111

Color Harmonies of #0C6959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6959

Black with #0C6959

Text Example


Text Example

White with #0C6959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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