#0A7760

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

Shades of Tropical Rain Forest #0A7760

Tints of Tropical Rain Forest #0A7760

Color information

#0A7760 (or 0x0A7760) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 77 and 60. RGB value is (10,119,96). Sum of RGB (Red+Green+Blue) = 10+119+96=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7760 is #F5889F. Grayscale: #535353. Windows color (decimal): -16091296 or 6321930. OLE color: 6321930.

HSL color Cylindrical-coordinate representation of color #0A7760: hue angle of 167.34º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7760 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1011996-
CMYK0.9200.190.53
HSL167.34º84.5%25.29%-
HSV(B)167.34º91.6%46.67%-
XYZ8.8314.113.32-
YUV83.79134.8975.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.44%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=4.44%
G=52.89%
B=42.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10119960.9200.190.53167.3484.525.29
HexA77605C01335a75419
Octal121671401340236524712431
Binary101011101111100000101110001001111010110100111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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