#0A715D

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

Shades of Tropical Rain Forest #0A715D

Tints of Tropical Rain Forest #0A715D

Color information

#0A715D (or 0x0A715D) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 71 and 5D. RGB value is (10,113,93). Sum of RGB (Red+Green+Blue) = 10+113+93=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #0A715D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A715D is #F58EA2. Grayscale: #4F4F4F. Windows color (decimal): -16092835 or 6123786. OLE color: 6123786.

HSL color Cylindrical-coordinate representation of color #0A715D: hue angle of 168.35º 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 #0A715D is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1011393-
CMYK0.9100.180.56
HSL168.35º83.74%24.12%-
HSV(B)168.35º91.15%44.31%-
XYZ8.0112.6712.38-
YUV79.92135.3878.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.63%
GREEN value IS 113 (44.53% from 255) = 52.31%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=4.63%
G=52.31%
B=43.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10113930.9100.180.56168.3583.7424.12
HexA715D5B01238a85418
Octal121611351330227025012430
Binary101011100011011101101101101001011100010101000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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