Shades of Tropical Rain Forest #09795C
Tints of Tropical Rain Forest #09795C
RGB
CMYK
RGB Variations
Color information
#09795C (or 0x09795C) is known color: Tropical Rain Forest. HEX triplet: 09, 79 and 5C. RGB value is (9,121,92). Sum of RGB (Red+Green+Blue) = 9+121+92=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #09795C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09795C is #F686A3. Grayscale: #545454. Windows color (decimal): -16156324 or 6060297. OLE color: 6060297.
HSL color Cylindrical-coordinate representation of color #09795C: hue angle of 164.46º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09795C is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 121 | 92 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.53 |
| HSL | 164.46º | 0.86% | 0.25% | - |
| HSV(B) | 164.46º | 0.93% | 0.47% | - |
| XYZ | 8.88 | 14.51 | 12.46 | - |
| YUV | 84.21 | 132.39 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 92 | 0.93 | 0 | 0.24 | 0.53 | 164.46 | 0.86 | 0.25 |
| Hex | 9 | 79 | 5C | 5D | 0 | 18 | 35 | A4 | 56 | 19 |
| Octal | 11 | 171 | 134 | 135 | 0 | 30 | 65 | 244 | 126 | 31 |
| Binary | 1001 | 1111001 | 1011100 | 1011101 | 0 | 11000 | 110101 | 10100100 | 1010110 | 11001 |
Color Harmonies of #09795C
Complementary color
Monochromatic Colors of #09795C
Black with #09795C
Text Example
Text Example
White with #09795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09795C; }
p { color: rgb(9,121,92); }
H1.HeaderClassName
{
color: #09795C;
}
.AnyTagClassName
{
color: #09795C;
}
</style>
background-color css
<style>
a { background-color: #09795C; }
a { background-color: rgb(9,121,92); }
div.DivClassName
{
background-color: #09795C;
}
.BgClassName
{
background-color: #09795C;
}
</style>
border-color css
<style>
span { border-color: #09795C; }
span { border-color: rgb(9,121,92); }
td.TdClassName
{
border-color: #09795C;
}
.TagClassName
{
border-color: #09795C;
}
</style>