#0A785B

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

Shades of Tropical Rain Forest #0A785B

Tints of Tropical Rain Forest #0A785B

Color information

#0A785B (or 0x0A785B) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 78 and 5B. RGB value is (10,120,91). Sum of RGB (Red+Green+Blue) = 10+120+91=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #0A785B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A785B is #F587A4. Grayscale: #535353. Windows color (decimal): -16091045 or 5994506. OLE color: 5994506.

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

Color convert

RGB1012091-
CMYK0.9200.240.53
HSL164.18º84.62%25.49%-
HSV(B)164.18º91.67%47.06%-
XYZ8.7314.2512.19-
YUV83.8132.0675.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.52%
GREEN value IS 120 (47.27% from 255) = 54.30%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=4.52%
G=54.30%
B=41.18%

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
Decimal10120910.9200.240.53164.1884.6225.49
HexA785B5C01835a45519
Octal121701331340306524412531
Binary101011110001011011101110001100011010110100100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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