Shades of Green #0F6509
Tints of Green #0F6509
RGB
CMYK
RGB Variations
Color information
#0F6509 (or 0x0F6509) is known color: Green. HEX triplet: 0F, 65 and 09. RGB value is (15,101,9). Sum of RGB (Red+Green+Blue) = 15+101+9=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 101 (39.84% from 255 or 80.8% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 101 - color contains mainly: green. Hex color #0F6509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6509 is #F09AF6. Grayscale: #414141. Windows color (decimal): -15768311 or 615695. OLE color: 615695.
HSL color Cylindrical-coordinate representation of color #0F6509: hue angle of 116.09º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F6509 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 101 | 9 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.60 |
| HSL | 116.09º | 0.84% | 0.22% | - |
| HSV(B) | 116.09º | 0.91% | 0.4% | - |
| XYZ | 4.9 | 9.43 | 1.82 | - |
| YUV | 64.8 | 96.51 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 9 | 0.85 | 0 | 0.91 | 0.60 | 116.09 | 0.84 | 0.22 |
| Hex | F | 65 | 9 | 55 | 0 | 5B | 3C | 74 | 54 | 16 |
| Octal | 17 | 145 | 11 | 125 | 0 | 133 | 74 | 164 | 124 | 26 |
| Binary | 1111 | 1100101 | 1001 | 1010101 | 0 | 1011011 | 111100 | 1110100 | 1010100 | 10110 |
Color Harmonies of #0F6509
Complementary color
Monochromatic Colors of #0F6509
Black with #0F6509
Text Example
Text Example
White with #0F6509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6509; }
p { color: rgb(15,101,9); }
H1.HeaderClassName
{
color: #0F6509;
}
.AnyTagClassName
{
color: #0F6509;
}
</style>
background-color css
<style>
a { background-color: #0F6509; }
a { background-color: rgb(15,101,9); }
div.DivClassName
{
background-color: #0F6509;
}
.BgClassName
{
background-color: #0F6509;
}
</style>
border-color css
<style>
span { border-color: #0F6509; }
span { border-color: rgb(15,101,9); }
td.TdClassName
{
border-color: #0F6509;
}
.TagClassName
{
border-color: #0F6509;
}
</style>