#096C5C

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

Shades of Tropical Rain Forest #096C5C

Tints of Tropical Rain Forest #096C5C

Color information

#096C5C (or 0x096C5C) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 6C and 5C. RGB value is (9,108,92). Sum of RGB (Red+Green+Blue) = 9+108+92=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 108 (42.58% from 255 or 51.67% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 108 - color contains mainly: green. Hex color #096C5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C5C is #F693A3. Grayscale: #4C4C4C. Windows color (decimal): -16159652 or 6056969. OLE color: 6056969.

HSL color Cylindrical-coordinate representation of color #096C5C: hue angle of 170.3º 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 #096C5C is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB910892-
CMYK0.9200.150.58
HSL170.3º84.62%22.94%-
HSV(B)170.3º91.67%42.35%-
XYZ7.4111.5611.97-
YUV76.57136.779.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 108 (42.58% from 255) = 51.67%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=4.31%
G=51.67%
B=44.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9108920.9200.150.58170.384.6222.94
Hex96C5C5C0F3Aaa5517
Octal111541341340177225212527
Binary10011101100101110010111000111111101010101010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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