Shades of Green #095E07
Tints of Green #095E07
RGB
CMYK
RGB Variations
Color information
#095E07 (or 0x095E07) is known color: Green. HEX triplet: 09, 5E and 07. RGB value is (9,94,7). Sum of RGB (Red+Green+Blue) = 9+94+7=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 94 (37.11% from 255 or 85.45% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 94 - color contains mainly: green. Hex color #095E07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095E07 is #F6A1F8. Grayscale: #3A3A3A. Windows color (decimal): -16163321 or 482825. OLE color: 482825.
HSL color Cylindrical-coordinate representation of color #095E07: hue angle of 118.62º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095E07 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 94 | 7 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.63 |
| HSL | 118.62º | 0.86% | 0.2% | - |
| HSV(B) | 118.62º | 0.93% | 0.37% | - |
| XYZ | 4.15 | 8.08 | 1.54 | - |
| YUV | 58.67 | 98.84 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 7 | 0.90 | 0 | 0.93 | 0.63 | 118.62 | 0.86 | 0.2 |
| Hex | 9 | 5E | 7 | 5A | 0 | 5D | 3F | 77 | 56 | 14 |
| Octal | 11 | 136 | 7 | 132 | 0 | 135 | 77 | 167 | 126 | 24 |
| Binary | 1001 | 1011110 | 111 | 1011010 | 0 | 1011101 | 111111 | 1110111 | 1010110 | 10100 |
Color Harmonies of #095E07
Complementary color
Monochromatic Colors of #095E07
Black with #095E07
Text Example
Text Example
White with #095E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E07; }
p { color: rgb(9,94,7); }
H1.HeaderClassName
{
color: #095E07;
}
.AnyTagClassName
{
color: #095E07;
}
</style>
background-color css
<style>
a { background-color: #095E07; }
a { background-color: rgb(9,94,7); }
div.DivClassName
{
background-color: #095E07;
}
.BgClassName
{
background-color: #095E07;
}
</style>
border-color css
<style>
span { border-color: #095E07; }
span { border-color: rgb(9,94,7); }
td.TdClassName
{
border-color: #095E07;
}
.TagClassName
{
border-color: #095E07;
}
</style>