Shades of Green #095D07
Tints of Green #095D07
RGB
CMYK
RGB Variations
Color information
#095D07 (or 0x095D07) is known color: Green. HEX triplet: 09, 5D and 07. RGB value is (9,93,7). Sum of RGB (Red+Green+Blue) = 9+93+7=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 93 (36.72% from 255 or 85.32% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 93 - color contains mainly: green. Hex color #095D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095D07 is #F6A2F8. Grayscale: #3A3A3A. Windows color (decimal): -16163577 or 482569. OLE color: 482569.
HSL color Cylindrical-coordinate representation of color #095D07: hue angle of 118.6º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095D07 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 7 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.64 |
| HSL | 118.6º | 0.86% | 0.2% | - |
| HSV(B) | 118.6º | 0.92% | 0.36% | - |
| XYZ | 4.07 | 7.9 | 1.51 | - |
| YUV | 58.08 | 99.17 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 7 | 0.90 | 0 | 0.92 | 0.64 | 118.6 | 0.86 | 0.2 |
| Hex | 9 | 5D | 7 | 5A | 0 | 5C | 40 | 77 | 56 | 14 |
| Octal | 11 | 135 | 7 | 132 | 0 | 134 | 100 | 167 | 126 | 24 |
| Binary | 1001 | 1011101 | 111 | 1011010 | 0 | 1011100 | 1000000 | 1110111 | 1010110 | 10100 |
Color Harmonies of #095D07
Complementary color
Monochromatic Colors of #095D07
Black with #095D07
Text Example
Text Example
White with #095D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D07; }
p { color: rgb(9,93,7); }
H1.HeaderClassName
{
color: #095D07;
}
.AnyTagClassName
{
color: #095D07;
}
</style>
background-color css
<style>
a { background-color: #095D07; }
a { background-color: rgb(9,93,7); }
div.DivClassName
{
background-color: #095D07;
}
.BgClassName
{
background-color: #095D07;
}
</style>
border-color css
<style>
span { border-color: #095D07; }
span { border-color: rgb(9,93,7); }
td.TdClassName
{
border-color: #095D07;
}
.TagClassName
{
border-color: #095D07;
}
</style>