#0C7760

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

Shades of Tropical Rain Forest #0C7760

Tints of Tropical Rain Forest #0C7760

Color information

#0C7760 (or 0x0C7760) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 77 and 60. RGB value is (12,119,96). Sum of RGB (Red+Green+Blue) = 12+119+96=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7760 is #F3889F. Grayscale: #545454. Windows color (decimal): -15960224 or 6321932. OLE color: 6321932.

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

Color convert

RGB1211996-
CMYK0.9000.190.53
HSL167.1º81.68%25.69%-
HSV(B)167.1º89.92%46.67%-
XYZ8.8614.1213.32-
YUV84.38134.5576.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.29%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=5.29%
G=52.42%
B=42.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12119960.9000.190.53167.181.6825.69
HexC77605A01335a7521a
Octal141671401320236524712232
Binary110011101111100000101101001001111010110100111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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