#096C60

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

Shades of Tropical Rain Forest #096C60

Tints of Tropical Rain Forest #096C60

Color information

#096C60 (or 0x096C60) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 6C and 60. RGB value is (9,108,96). Sum of RGB (Red+Green+Blue) = 9+108+96=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #096C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C60 is #F6939F. Grayscale: #4C4C4C. Windows color (decimal): -16159648 or 6319113. OLE color: 6319113.

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

Color convert

RGB910896-
CMYK0.9200.110.58
HSL172.73º84.62%22.94%-
HSV(B)172.73º91.67%42.35%-
XYZ7.5911.6312.91-
YUV77.03138.779.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 108 (42.58% from 255) = 50.70%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=4.23%
G=50.70%
B=45.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9108960.9200.110.58172.7384.6222.94
Hex96C605C0B3Aad5517
Octal111541401340137225512527
Binary10011101100110000010111000101111101010101101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096C60; }

 p { color: rgb(9,108,96); }

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

<style>
 a { background-color: #096C60; }

 a { background-color: rgb(9,108,96); }

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

<style>
 span { border-color: #096C60; }

 span { border-color: rgb(9,108,96); }

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