#0A6C5B

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

Shades of Tropical Rain Forest #0A6C5B

Tints of Tropical Rain Forest #0A6C5B

Color information

#0A6C5B (or 0x0A6C5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 6C and 5B. RGB value is (10,108,91). Sum of RGB (Red+Green+Blue) = 10+108+91=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 108 (42.58% from 255 or 51.67% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 108 - color contains mainly: green. Hex color #0A6C5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6C5B is #F593A4. Grayscale: #4C4C4C. Windows color (decimal): -16094117 or 5991434. OLE color: 5991434.

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

Color convert

RGB1010891-
CMYK0.9100.160.58
HSL169.59º83.05%23.14%-
HSV(B)169.59º90.74%42.35%-
XYZ7.3811.5411.74-
YUV76.76136.0380.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.78%
GREEN value IS 108 (42.58% from 255) = 51.67%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=4.78%
G=51.67%
B=43.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10108910.9100.160.58169.5983.0523.14
HexA6C5B5B0103Aaa5317
Octal121541331330207225212327
Binary101011011001011011101101101000011101010101010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,108,91); }

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

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

 a { background-color: rgb(10,108,91); }

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

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

 span { border-color: rgb(10,108,91); }

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