#0A7058

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

Shades of Tropical Rain Forest #0A7058

Tints of Tropical Rain Forest #0A7058

Color information

#0A7058 (or 0x0A7058) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 70 and 58. RGB value is (10,112,88). Sum of RGB (Red+Green+Blue) = 10+112+88=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7058 is #F58FA7. Grayscale: #4E4E4E. Windows color (decimal): -16093096 or 5795850. OLE color: 5795850.

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

Color convert

RGB1011288-
CMYK0.9100.210.56
HSL165.88º83.61%23.92%-
HSV(B)165.88º91.07%43.92%-
XYZ7.6812.3611.21-
YUV78.77133.2178.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.76%
GREEN value IS 112 (44.14% from 255) = 53.33%
BLUE value IS 88 (34.77% from 255) = 41.90%
R=4.76%
G=53.33%
B=41.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10112880.9100.210.56165.8883.6123.92
HexA70585B01538a65418
Octal121601301330257024612430
Binary101011100001011000101101101010111100010100110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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