Shades of Green #095F0D
Tints of Green #095F0D
RGB
CMYK
RGB Variations
Color information
#095F0D (or 0x095F0D) is known color: Green. HEX triplet: 09, 5F and 0D. RGB value is (9,95,13). Sum of RGB (Red+Green+Blue) = 9+95+13=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 95 (37.5% from 255 or 81.20% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 95 - color contains mainly: green. Hex color #095F0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095F0D is #F6A0F2. Grayscale: #3C3C3C. Windows color (decimal): -16163059 or 876297. OLE color: 876297.
HSL color Cylindrical-coordinate representation of color #095F0D: hue angle of 122.79º 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 #095F0D is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 13 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.63 |
| HSL | 122.79º | 0.83% | 0.2% | - |
| HSV(B) | 122.79º | 0.91% | 0.37% | - |
| XYZ | 4.28 | 8.27 | 1.75 | - |
| YUV | 59.94 | 101.51 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 13 | 0.91 | 0 | 0.86 | 0.63 | 122.79 | 0.83 | 0.2 |
| Hex | 9 | 5F | D | 5B | 0 | 56 | 3F | 7B | 53 | 14 |
| Octal | 11 | 137 | 15 | 133 | 0 | 126 | 77 | 173 | 123 | 24 |
| Binary | 1001 | 1011111 | 1101 | 1011011 | 0 | 1010110 | 111111 | 1111011 | 1010011 | 10100 |
Color Harmonies of #095F0D
Complementary color
Monochromatic Colors of #095F0D
Black with #095F0D
Text Example
Text Example
White with #095F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F0D; }
p { color: rgb(9,95,13); }
H1.HeaderClassName
{
color: #095F0D;
}
.AnyTagClassName
{
color: #095F0D;
}
</style>
background-color css
<style>
a { background-color: #095F0D; }
a { background-color: rgb(9,95,13); }
div.DivClassName
{
background-color: #095F0D;
}
.BgClassName
{
background-color: #095F0D;
}
</style>
border-color css
<style>
span { border-color: #095F0D; }
span { border-color: rgb(9,95,13); }
td.TdClassName
{
border-color: #095F0D;
}
.TagClassName
{
border-color: #095F0D;
}
</style>