#0A7D59

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

Shades of Tropical Rain Forest #0A7D59

Tints of Tropical Rain Forest #0A7D59

Color information

#0A7D59 (or 0x0A7D59) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 7D and 59. RGB value is (10,125,89). Sum of RGB (Red+Green+Blue) = 10+125+89=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 125 (49.22% from 255 or 55.80% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7D59 is #F582A6. Grayscale: #565656. Windows color (decimal): -16089767 or 5864714. OLE color: 5864714.

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

Color convert

RGB1012589-
CMYK0.9200.290.51
HSL161.22º85.19%26.47%-
HSV(B)161.22º92%49.02%-
XYZ9.2615.4511.95-
YUV86.51129.473.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.46%
GREEN value IS 125 (49.22% from 255) = 55.80%
BLUE value IS 89 (35.16% from 255) = 39.73%
R=4.46%
G=55.80%
B=39.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10125890.9200.290.51161.2285.1926.47
HexA7D595C01D33a1551a
Octal121751311340356324112532
Binary101011111011011001101110001110111001110100001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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