Shades of Green #096305
Tints of Green #096305
RGB
CMYK
RGB Variations
Color information
#096305 (or 0x096305) is known color: Green. HEX triplet: 09, 63 and 05. RGB value is (9,99,5). Sum of RGB (Red+Green+Blue) = 9+99+5=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 99 (39.06% from 255 or 87.61% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 99 - color contains mainly: green. Hex color #096305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096305 is #F69CFA. Grayscale: #3D3D3D. Windows color (decimal): -16162043 or 353033. OLE color: 353033.
HSL color Cylindrical-coordinate representation of color #096305: hue angle of 117.45º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096305 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 99 | 5 | - |
| CMYK | 0.91 | 0 | 0.95 | 0.61 |
| HSL | 117.45º | 0.9% | 0.2% | - |
| HSV(B) | 117.45º | 0.95% | 0.39% | - |
| XYZ | 4.6 | 8.99 | 1.64 | - |
| YUV | 61.37 | 96.18 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 5 | 0.91 | 0 | 0.95 | 0.61 | 117.45 | 0.9 | 0.2 |
| Hex | 9 | 63 | 5 | 5B | 0 | 5F | 3D | 75 | 5A | 14 |
| Octal | 11 | 143 | 5 | 133 | 0 | 137 | 75 | 165 | 132 | 24 |
| Binary | 1001 | 1100011 | 101 | 1011011 | 0 | 1011111 | 111101 | 1110101 | 1011010 | 10100 |
Color Harmonies of #096305
Complementary color
Monochromatic Colors of #096305
Black with #096305
Text Example
Text Example
White with #096305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096305; }
p { color: rgb(9,99,5); }
H1.HeaderClassName
{
color: #096305;
}
.AnyTagClassName
{
color: #096305;
}
</style>
background-color css
<style>
a { background-color: #096305; }
a { background-color: rgb(9,99,5); }
div.DivClassName
{
background-color: #096305;
}
.BgClassName
{
background-color: #096305;
}
</style>
border-color css
<style>
span { border-color: #096305; }
span { border-color: rgb(9,99,5); }
td.TdClassName
{
border-color: #096305;
}
.TagClassName
{
border-color: #096305;
}
</style>