Shades of Green #09750F
Tints of Green #09750F
RGB
CMYK
RGB Variations
Color information
#09750F (or 0x09750F) is known color: Green. HEX triplet: 09, 75 and 0F. RGB value is (9,117,15). Sum of RGB (Red+Green+Blue) = 9+117+15=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 117 (46.09% from 255 or 82.98% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 117 - color contains mainly: green. Hex color #09750F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09750F is #F68AF0. Grayscale: #494949. Windows color (decimal): -16157425 or 1013001. OLE color: 1013001.
HSL color Cylindrical-coordinate representation of color #09750F: hue angle of 123.33º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09750F is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 117 | 15 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.54 |
| HSL | 123.33º | 0.86% | 0.25% | - |
| HSV(B) | 123.33º | 0.92% | 0.46% | - |
| XYZ | 6.56 | 12.82 | 2.58 | - |
| YUV | 73.08 | 95.22 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 15 | 0.92 | 0 | 0.87 | 0.54 | 123.33 | 0.86 | 0.25 |
| Hex | 9 | 75 | F | 5C | 0 | 57 | 36 | 7B | 56 | 19 |
| Octal | 11 | 165 | 17 | 134 | 0 | 127 | 66 | 173 | 126 | 31 |
| Binary | 1001 | 1110101 | 1111 | 1011100 | 0 | 1010111 | 110110 | 1111011 | 1010110 | 11001 |
Color Harmonies of #09750F
Complementary color
Monochromatic Colors of #09750F
Black with #09750F
Text Example
Text Example
White with #09750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09750F; }
p { color: rgb(9,117,15); }
H1.HeaderClassName
{
color: #09750F;
}
.AnyTagClassName
{
color: #09750F;
}
</style>
background-color css
<style>
a { background-color: #09750F; }
a { background-color: rgb(9,117,15); }
div.DivClassName
{
background-color: #09750F;
}
.BgClassName
{
background-color: #09750F;
}
</style>
border-color css
<style>
span { border-color: #09750F; }
span { border-color: rgb(9,117,15); }
td.TdClassName
{
border-color: #09750F;
}
.TagClassName
{
border-color: #09750F;
}
</style>