Html Css Color HEX #0C7759 Tropical Rain Forest

📋 copy color: '#0C7759'

red 12 ◦ green 119 ◦ blue 89

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

Shades of Tropical Rain Forest #0C7759

Tints of Tropical Rain Forest #0C7759

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.09%

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

R = 5.45%
G = 54.09%
B = 40.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#0C7759 (or 0x0C7759) is known color: Tropical Rain Forest. HEX triplet: 0C, 77 and 59. RGB value is (12,119,89). Sum of RGB (Red+Green+Blue) = 12+119+89=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7759 is #F388A6. Grayscale: #535353. Windows color (decimal): -15960231 or 5863180. OLE color: 5863180.

HSL color Cylindrical-coordinate representation of color #0C7759: hue angle of 163.18º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7759 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 119 89 -
CMYK 0.90 0 0.25 0.53
HSL 163.18º 0.82% 0.26% -
HSV(B) 163.18º 0.9% 0.47% -
XYZ 8.55 13.99 11.7 -
YUV 83.59 131.05 76.94 -
System Red Green Blue C M Y K H S L
Decimal 12 119 89 0.90 0 0.25 0.53 163.18 0.82 0.26
Hex C 77 59 5A 0 19 35 A3 52 1A
Octal 14 167 131 132 0 31 65 243 122 32
Binary 1100 1110111 1011001 1011010 0 11001 110101 10100011 1010010 11010

Color Harmonies of #0C7759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7759

Black with #0C7759

Text Example


Text Example

White with #0C7759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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