#0A7357

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

Shades of Tropical Rain Forest #0A7357

Tints of Tropical Rain Forest #0A7357

Color information

#0A7357 (or 0x0A7357) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 73 and 57. RGB value is (10,115,87). Sum of RGB (Red+Green+Blue) = 10+115+87=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #0A7357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7357 is #F58CA8. Grayscale: #505050. Windows color (decimal): -16092329 or 5731082. OLE color: 5731082.

HSL color Cylindrical-coordinate representation of color #0A7357: hue angle of 164º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7357 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1011587-
CMYK0.9100.240.55
HSL164º84%24.51%-
HSV(B)164º91.3%45.1%-
XYZ7.9813.0111.11-
YUV80.41131.7177.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.72%
GREEN value IS 115 (45.31% from 255) = 54.25%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=4.72%
G=54.25%
B=41.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10115870.9100.240.551648424.51
HexA73575B01837a45419
Octal121631271330306724412431
Binary101011100111010111101101101100011011110100100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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