#0A7957

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

Shades of Tropical Rain Forest #0A7957

Tints of Tropical Rain Forest #0A7957

Color information

#0A7957 (or 0x0A7957) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 79 and 57. RGB value is (10,121,87). Sum of RGB (Red+Green+Blue) = 10+121+87=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 121 (47.66% from 255 or 55.50% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 121 - color contains mainly: green. Hex color #0A7957 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7957 is #F586A8. Grayscale: #535353. Windows color (decimal): -16090793 or 5732618. OLE color: 5732618.

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

Color convert

RGB1012187-
CMYK0.9200.280.53
HSL161.62º84.73%25.69%-
HSV(B)161.62º91.74%47.45%-
XYZ8.6814.4311.34-
YUV83.94129.7375.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.59%
GREEN value IS 121 (47.66% from 255) = 55.50%
BLUE value IS 87 (34.38% from 255) = 39.91%
R=4.59%
G=55.50%
B=39.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10121870.9200.280.53161.6284.7325.69
HexA79575C01C35a2551a
Octal121711271340346524212532
Binary101011110011010111101110001110011010110100010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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