#0C785B

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

Shades of Tropical Rain Forest #0C785B

Tints of Tropical Rain Forest #0C785B

Color information

#0C785B (or 0x0C785B) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 78 and 5B. RGB value is (12,120,91). Sum of RGB (Red+Green+Blue) = 12+120+91=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 120 (47.27% from 255 or 53.81% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 120 - color contains mainly: green. Hex color #0C785B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C785B is #F387A4. Grayscale: #545454. Windows color (decimal): -15959973 or 5994508. OLE color: 5994508.

HSL color Cylindrical-coordinate representation of color #0C785B: hue angle of 163.89º 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 #0C785B is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1212091-
CMYK0.9000.240.53
HSL163.89º81.82%25.88%-
HSV(B)163.89º90%47.06%-
XYZ8.7614.2712.19-
YUV84.4131.7276.36-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.38%
GREEN value IS 120 (47.27% from 255) = 53.81%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=5.38%
G=53.81%
B=40.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12120910.9000.240.53163.8981.8225.88
HexC785B5A01835a4521a
Octal141701331320306524412232
Binary110011110001011011101101001100011010110100100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,120,91); }

 H1.HeaderClassName
 {
   color: #0C785B;
 }
 .AnyTagClassName
 {
   color: #0C785B;
 }
</style>
background-color css

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

 a { background-color: rgb(12,120,91); }

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

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

 span { border-color: rgb(12,120,91); }

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