#0A6D5E

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

Shades of Tropical Rain Forest #0A6D5E

Tints of Tropical Rain Forest #0A6D5E

Color information

#0A6D5E (or 0x0A6D5E) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 6D and 5E. RGB value is (10,109,94). Sum of RGB (Red+Green+Blue) = 10+109+94=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 109 (42.97% from 255 or 51.17% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6D5E is #F592A1. Grayscale: #4D4D4D. Windows color (decimal): -16093858 or 6188298. OLE color: 6188298.

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

Color convert

RGB1010994-
CMYK0.9100.140.57
HSL170.91º83.19%23.33%-
HSV(B)170.91º90.83%42.75%-
XYZ7.6111.8112.47-
YUV77.69137.279.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.69%
GREEN value IS 109 (42.97% from 255) = 51.17%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=4.69%
G=51.17%
B=44.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10109940.9100.140.57170.9183.1923.33
HexA6D5E5B0E39ab5317
Octal121551361330167125312327
Binary10101101101101111010110110111011100110101011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,109,94); }

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

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

 a { background-color: rgb(10,109,94); }

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

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

 span { border-color: rgb(10,109,94); }

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