#0C765F

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

Shades of Tropical Rain Forest #0C765F

Tints of Tropical Rain Forest #0C765F

Color information

#0C765F (or 0x0C765F) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 76 and 5F. RGB value is (12,118,95). Sum of RGB (Red+Green+Blue) = 12+118+95=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #0C765F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C765F is #F389A0. Grayscale: #535353. Windows color (decimal): -15960481 or 6256140. OLE color: 6256140.

HSL color Cylindrical-coordinate representation of color #0C765F: hue angle of 166.98º degrees, saturation: 0.82, 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 #0C765F is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1211895-
CMYK0.9000.190.54
HSL166.98º81.54%25.49%-
HSV(B)166.98º89.83%46.27%-
XYZ8.713.8613.04-
YUV83.68134.3876.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.33%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=5.33%
G=52.44%
B=42.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12118950.9000.190.54166.9881.5425.49
HexC765F5A01336a75219
Octal141661371320236624712231
Binary110011101101011111101101001001111011010100111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,118,95); }

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

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

 a { background-color: rgb(12,118,95); }

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

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

 span { border-color: rgb(12,118,95); }

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