#0C7759

Color #0C7759 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #0C7759

Tints of Tropical Rain Forest #0C7759

Color information

#0C7759 (or 0x0C7759) is unknown color: approx 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

RGB1211989-
CMYK0.9000.250.53
HSL163.18º81.68%25.69%-
HSV(B)163.18º89.92%46.67%-
XYZ8.5513.9911.7-
YUV83.59131.0576.94-

RGB Variations

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

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 (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12119890.9000.250.53163.1881.6825.69
HexC77595A01935a3521a
Octal141671311320316524312232
Binary110011101111011001101101001100111010110100011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>