#0A715C

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

Shades of Tropical Rain Forest #0A715C

Tints of Tropical Rain Forest #0A715C

Color information

#0A715C (or 0x0A715C) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 71 and 5C. RGB value is (10,113,92). Sum of RGB (Red+Green+Blue) = 10+113+92=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #0A715C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A715C is #F58EA3. Grayscale: #4F4F4F. Windows color (decimal): -16092836 or 6058250. OLE color: 6058250.

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

Color convert

RGB1011392-
CMYK0.9100.190.56
HSL167.77º83.74%24.12%-
HSV(B)167.77º91.15%44.31%-
XYZ7.9612.6512.15-
YUV79.81134.8878.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 113 (44.53% from 255) = 52.56%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=4.65%
G=52.56%
B=42.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10113920.9100.190.56167.7783.7424.12
HexA715C5B01338a85418
Octal121611341330237025012430
Binary101011100011011100101101101001111100010101000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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