#0A785A

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

Shades of Tropical Rain Forest #0A785A

Tints of Tropical Rain Forest #0A785A

Color information

#0A785A (or 0x0A785A) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 78 and 5A. RGB value is (10,120,90). Sum of RGB (Red+Green+Blue) = 10+120+90=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #0A785A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A785A is #F587A5. Grayscale: #535353. Windows color (decimal): -16091046 or 5928970. OLE color: 5928970.

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

Color convert

RGB1012090-
CMYK0.9200.250.53
HSL163.64º84.62%25.49%-
HSV(B)163.64º91.67%47.06%-
XYZ8.6914.2411.96-
YUV83.69131.5675.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.55%
GREEN value IS 120 (47.27% from 255) = 54.55%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=4.55%
G=54.55%
B=40.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10120900.9200.250.53163.6484.6225.49
HexA785A5C01935a45519
Octal121701321340316524412531
Binary101011110001011010101110001100111010110100100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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