Shades of Green #095F0E
Tints of Green #095F0E
RGB
CMYK
RGB Variations
Color information
#095F0E (or 0x095F0E) is known color: Green. HEX triplet: 09, 5F and 0E. RGB value is (9,95,14). Sum of RGB (Red+Green+Blue) = 9+95+14=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 95 (37.5% from 255 or 80.51% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 95 - color contains mainly: green. Hex color #095F0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095F0E is #F6A0F1. Grayscale: #3C3C3C. Windows color (decimal): -16163058 or 941833. OLE color: 941833.
HSL color Cylindrical-coordinate representation of color #095F0E: hue angle of 123.49º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F0E is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 14 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.63 |
| HSL | 123.49º | 0.83% | 0.2% | - |
| HSV(B) | 123.49º | 0.91% | 0.37% | - |
| XYZ | 4.28 | 8.27 | 1.79 | - |
| YUV | 60.05 | 102.01 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 14 | 0.91 | 0 | 0.85 | 0.63 | 123.49 | 0.83 | 0.2 |
| Hex | 9 | 5F | E | 5B | 0 | 55 | 3F | 7B | 53 | 14 |
| Octal | 11 | 137 | 16 | 133 | 0 | 125 | 77 | 173 | 123 | 24 |
| Binary | 1001 | 1011111 | 1110 | 1011011 | 0 | 1010101 | 111111 | 1111011 | 1010011 | 10100 |
Color Harmonies of #095F0E
Complementary color
Monochromatic Colors of #095F0E
Black with #095F0E
Text Example
Text Example
White with #095F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F0E; }
p { color: rgb(9,95,14); }
H1.HeaderClassName
{
color: #095F0E;
}
.AnyTagClassName
{
color: #095F0E;
}
</style>
background-color css
<style>
a { background-color: #095F0E; }
a { background-color: rgb(9,95,14); }
div.DivClassName
{
background-color: #095F0E;
}
.BgClassName
{
background-color: #095F0E;
}
</style>
border-color css
<style>
span { border-color: #095F0E; }
span { border-color: rgb(9,95,14); }
td.TdClassName
{
border-color: #095F0E;
}
.TagClassName
{
border-color: #095F0E;
}
</style>