#0A7959

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

Shades of Tropical Rain Forest #0A7959

Tints of Tropical Rain Forest #0A7959

Color information

#0A7959 (or 0x0A7959) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 79 and 59. RGB value is (10,121,89). Sum of RGB (Red+Green+Blue) = 10+121+89=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #0A7959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7959 is #F586A6. Grayscale: #545454. Windows color (decimal): -16090791 or 5863690. OLE color: 5863690.

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

Color convert

RGB1012189-
CMYK0.9200.260.53
HSL162.7º84.73%25.69%-
HSV(B)162.7º91.74%47.45%-
XYZ8.7714.4611.78-
YUV84.16130.7375.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.55%
GREEN value IS 121 (47.66% from 255) = 55%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=4.55%
G=55%
B=40.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10121890.9200.260.53162.784.7325.69
HexA79595C01A35a3551a
Octal121711311340326524312532
Binary101011110011011001101110001101011010110100011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,121,89); }

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

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

 a { background-color: rgb(10,121,89); }

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

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

 span { border-color: rgb(10,121,89); }

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