#0A6B5F

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

Shades of Tropical Rain Forest #0A6B5F

Tints of Tropical Rain Forest #0A6B5F

Color information

#0A6B5F (or 0x0A6B5F) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 6B and 5F. RGB value is (10,107,95). Sum of RGB (Red+Green+Blue) = 10+107+95=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #0A6B5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6B5F is #F594A0. Grayscale: #4C4C4C. Windows color (decimal): -16094369 or 6253322. OLE color: 6253322.

HSL color Cylindrical-coordinate representation of color #0A6B5F: hue angle of 172.58º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6B5F is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1010795-
CMYK0.9100.110.58
HSL172.58º82.91%22.94%-
HSV(B)172.58º90.65%41.96%-
XYZ7.4511.4112.64-
YUV76.63138.3680.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.72%
GREEN value IS 107 (42.19% from 255) = 50.47%
BLUE value IS 95 (37.5% from 255) = 44.81%
R=4.72%
G=50.47%
B=44.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10107950.9100.110.58172.5882.9122.94
HexA6B5F5B0B3Aad5317
Octal121531371330137225512327
Binary10101101011101111110110110101111101010101101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,107,95); }

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

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

 a { background-color: rgb(10,107,95); }

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

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

 span { border-color: rgb(10,107,95); }

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