Shades of Green #095C06
Tints of Green #095C06
RGB
CMYK
RGB Variations
Color information
#095C06 (or 0x095C06) is known color: Green. HEX triplet: 09, 5C and 06. RGB value is (9,92,6). Sum of RGB (Red+Green+Blue) = 9+92+6=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 92 (36.33% from 255 or 85.98% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 92 - color contains mainly: green. Hex color #095C06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095C06 is #F6A3F9. Grayscale: #393939. Windows color (decimal): -16163834 or 416777. OLE color: 416777.
HSL color Cylindrical-coordinate representation of color #095C06: hue angle of 117.91º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095C06 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 92 | 6 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.64 |
| HSL | 117.91º | 0.88% | 0.19% | - |
| HSV(B) | 117.91º | 0.93% | 0.36% | - |
| XYZ | 3.97 | 7.73 | 1.45 | - |
| YUV | 57.38 | 99 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 6 | 0.90 | 0 | 0.93 | 0.64 | 117.91 | 0.88 | 0.19 |
| Hex | 9 | 5C | 6 | 5A | 0 | 5D | 40 | 76 | 58 | 13 |
| Octal | 11 | 134 | 6 | 132 | 0 | 135 | 100 | 166 | 130 | 23 |
| Binary | 1001 | 1011100 | 110 | 1011010 | 0 | 1011101 | 1000000 | 1110110 | 1011000 | 10011 |
Color Harmonies of #095C06
Complementary color
Monochromatic Colors of #095C06
Black with #095C06
Text Example
Text Example
White with #095C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095C06; }
p { color: rgb(9,92,6); }
H1.HeaderClassName
{
color: #095C06;
}
.AnyTagClassName
{
color: #095C06;
}
</style>
background-color css
<style>
a { background-color: #095C06; }
a { background-color: rgb(9,92,6); }
div.DivClassName
{
background-color: #095C06;
}
.BgClassName
{
background-color: #095C06;
}
</style>
border-color css
<style>
span { border-color: #095C06; }
span { border-color: rgb(9,92,6); }
td.TdClassName
{
border-color: #095C06;
}
.TagClassName
{
border-color: #095C06;
}
</style>