Shades of Green #095B09
Tints of Green #095B09
RGB
CMYK
RGB Variations
Color information
#095B09 (or 0x095B09) is known color: Green. HEX triplet: 09, 5B and 09. RGB value is (9,91,9). Sum of RGB (Red+Green+Blue) = 9+91+9=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 91 (35.94% from 255 or 83.49% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 91 - color contains mainly: green. Hex color #095B09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095B09 is #F6A4F6. Grayscale: #393939. Windows color (decimal): -16164087 or 613129. OLE color: 613129.
HSL color Cylindrical-coordinate representation of color #095B09: hue angle of 120º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B09 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 91 | 9 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.64 |
| HSL | 120º | 0.82% | 0.2% | - |
| HSV(B) | 120º | 0.9% | 0.36% | - |
| XYZ | 3.9 | 7.56 | 1.51 | - |
| YUV | 57.13 | 100.83 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 9 | 0.90 | 0 | 0.90 | 0.64 | 120 | 0.82 | 0.2 |
| Hex | 9 | 5B | 9 | 5A | 0 | 5A | 40 | 78 | 52 | 14 |
| Octal | 11 | 133 | 11 | 132 | 0 | 132 | 100 | 170 | 122 | 24 |
| Binary | 1001 | 1011011 | 1001 | 1011010 | 0 | 1011010 | 1000000 | 1111000 | 1010010 | 10100 |
Color Harmonies of #095B09
Complementary color
Monochromatic Colors of #095B09
Black with #095B09
Text Example
Text Example
White with #095B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095B09; }
p { color: rgb(9,91,9); }
H1.HeaderClassName
{
color: #095B09;
}
.AnyTagClassName
{
color: #095B09;
}
</style>
background-color css
<style>
a { background-color: #095B09; }
a { background-color: rgb(9,91,9); }
div.DivClassName
{
background-color: #095B09;
}
.BgClassName
{
background-color: #095B09;
}
</style>
border-color css
<style>
span { border-color: #095B09; }
span { border-color: rgb(9,91,9); }
td.TdClassName
{
border-color: #095B09;
}
.TagClassName
{
border-color: #095B09;
}
</style>