Shades of Green #096300
Tints of Green #096300
RGB
CMYK
RGB Variations
Color information
#096300 (or 0x096300) is known color: Green. HEX triplet: 09, 63 and 00. RGB value is (9,99,0). Sum of RGB (Red+Green+Blue) = 9+99+0=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 99 (39.06% from 255 or 91.67% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 99 - color contains mainly: green. Hex color #096300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096300 is #F69CFF. Grayscale: #3D3D3D. Windows color (decimal): -16162048 or 25353. OLE color: 25353.
HSL color Cylindrical-coordinate representation of color #096300: hue angle of 114.55º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #096300 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 99 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.61 |
| HSL | 114.55º | 1% | 0.19% | - |
| HSV(B) | 114.55º | 1% | 0.39% | - |
| XYZ | 4.57 | 8.98 | 1.49 | - |
| YUV | 60.8 | 93.68 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 0 | 0.91 | 0 | 1 | 0.61 | 114.55 | 1 | 0.19 |
| Hex | 9 | 63 | 0 | 5B | 0 | 64 | 3D | 73 | 64 | 13 |
| Octal | 11 | 143 | 0 | 133 | 0 | 144 | 75 | 163 | 144 | 23 |
| Binary | 1001 | 1100011 | 0 | 1011011 | 0 | 1100100 | 111101 | 1110011 | 1100100 | 10011 |
Color Harmonies of #096300
Complementary color
Monochromatic Colors of #096300
Black with #096300
Text Example
Text Example
White with #096300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096300; }
p { color: rgb(9,99,0); }
H1.HeaderClassName
{
color: #096300;
}
.AnyTagClassName
{
color: #096300;
}
</style>
background-color css
<style>
a { background-color: #096300; }
a { background-color: rgb(9,99,0); }
div.DivClassName
{
background-color: #096300;
}
.BgClassName
{
background-color: #096300;
}
</style>
border-color css
<style>
span { border-color: #096300; }
span { border-color: rgb(9,99,0); }
td.TdClassName
{
border-color: #096300;
}
.TagClassName
{
border-color: #096300;
}
</style>