Shades of Green #095D0B
Tints of Green #095D0B
RGB
CMYK
RGB Variations
Color information
#095D0B (or 0x095D0B) is known color: Green. HEX triplet: 09, 5D and 0B. RGB value is (9,93,11). Sum of RGB (Red+Green+Blue) = 9+93+11=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 93 (36.72% from 255 or 82.30% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 93 - color contains mainly: green. Hex color #095D0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095D0B is #F6A2F4. Grayscale: #3A3A3A. Windows color (decimal): -16163573 or 744713. OLE color: 744713.
HSL color Cylindrical-coordinate representation of color #095D0B: hue angle of 121.43º 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 #095D0B is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 11 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.64 |
| HSL | 121.43º | 0.82% | 0.2% | - |
| HSV(B) | 121.43º | 0.9% | 0.36% | - |
| XYZ | 4.09 | 7.91 | 1.63 | - |
| YUV | 58.54 | 101.17 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 11 | 0.90 | 0 | 0.88 | 0.64 | 121.43 | 0.82 | 0.2 |
| Hex | 9 | 5D | B | 5A | 0 | 58 | 40 | 79 | 52 | 14 |
| Octal | 11 | 135 | 13 | 132 | 0 | 130 | 100 | 171 | 122 | 24 |
| Binary | 1001 | 1011101 | 1011 | 1011010 | 0 | 1011000 | 1000000 | 1111001 | 1010010 | 10100 |
Color Harmonies of #095D0B
Complementary color
Monochromatic Colors of #095D0B
Black with #095D0B
Text Example
Text Example
White with #095D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D0B; }
p { color: rgb(9,93,11); }
H1.HeaderClassName
{
color: #095D0B;
}
.AnyTagClassName
{
color: #095D0B;
}
</style>
background-color css
<style>
a { background-color: #095D0B; }
a { background-color: rgb(9,93,11); }
div.DivClassName
{
background-color: #095D0B;
}
.BgClassName
{
background-color: #095D0B;
}
</style>
border-color css
<style>
span { border-color: #095D0B; }
span { border-color: rgb(9,93,11); }
td.TdClassName
{
border-color: #095D0B;
}
.TagClassName
{
border-color: #095D0B;
}
</style>