#0A705D

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

Shades of Tropical Rain Forest #0A705D

Tints of Tropical Rain Forest #0A705D

Color information

#0A705D (or 0x0A705D) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 70 and 5D. RGB value is (10,112,93). Sum of RGB (Red+Green+Blue) = 10+112+93=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #0A705D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A705D is #F58FA2. Grayscale: #4F4F4F. Windows color (decimal): -16093091 or 6123530. OLE color: 6123530.

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

Color convert

RGB1011293-
CMYK0.9100.170.56
HSL168.82º83.61%23.92%-
HSV(B)168.82º91.07%43.92%-
XYZ7.912.4412.34-
YUV79.34135.7178.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=4.65%
G=52.09%
B=43.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10112930.9100.170.56168.8283.6123.92
HexA705D5B01138a95418
Octal121601351330217025112430
Binary101011100001011101101101101000111100010101001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,112,93); }

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

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

 a { background-color: rgb(10,112,93); }

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

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

 span { border-color: rgb(10,112,93); }

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