#0A775A

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

Shades of Tropical Rain Forest #0A775A

Tints of Tropical Rain Forest #0A775A

Color information

#0A775A (or 0x0A775A) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 77 and 5A. RGB value is (10,119,90). Sum of RGB (Red+Green+Blue) = 10+119+90=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #0A775A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A775A is #F588A5. Grayscale: #535353. Windows color (decimal): -16091302 or 5928714. OLE color: 5928714.

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

Color convert

RGB1011990-
CMYK0.9200.240.53
HSL164.04º84.5%25.29%-
HSV(B)164.04º91.6%46.67%-
XYZ8.571411.92-
YUV83.1131.8975.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.57%
GREEN value IS 119 (46.88% from 255) = 54.34%
BLUE value IS 90 (35.55% from 255) = 41.10%
R=4.57%
G=54.34%
B=41.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10119900.9200.240.53164.0484.525.29
HexA775A5C01835a45419
Octal121671321340306524412431
Binary101011101111011010101110001100011010110100100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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