Html Css Color HEX #0C7559 Tropical Rain Forest

📋 copy color: '#0C7559'

red 12 ◦ green 117 ◦ blue 89

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

Shades of Tropical Rain Forest #0C7559

Tints of Tropical Rain Forest #0C7559

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.67%

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

R = 5.5%
G = 53.67%
B = 40.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#0C7559 (or 0x0C7559) is known color: Tropical Rain Forest. HEX triplet: 0C, 75 and 59. RGB value is (12,117,89). Sum of RGB (Red+Green+Blue) = 12+117+89=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #0C7559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7559 is #F38AA6. Grayscale: #525252. Windows color (decimal): -15960743 or 5862668. OLE color: 5862668.

HSL color Cylindrical-coordinate representation of color #0C7559: hue angle of 164º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7559 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 117 89 -
CMYK 0.90 0 0.24 0.54
HSL 164º 0.81% 0.25% -
HSV(B) 164º 0.9% 0.46% -
XYZ 8.32 13.52 11.62 -
YUV 82.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 12 117 89 0.90 0 0.24 0.54 164 0.81 0.25
Hex C 75 59 5A 0 18 36 A4 51 19
Octal 14 165 131 132 0 30 66 244 121 31
Binary 1100 1110101 1011001 1011010 0 11000 110110 10100100 1010001 11001

Color Harmonies of #0C7559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7559

Black with #0C7559

Text Example


Text Example

White with #0C7559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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