Shades of Green #0F670F
Tints of Green #0F670F
RGB
CMYK
RGB Variations
Color information
#0F670F (or 0x0F670F) is known color: Green. HEX triplet: 0F, 67 and 0F. RGB value is (15,103,15). Sum of RGB (Red+Green+Blue) = 15+103+15=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 103 (40.62% from 255 or 77.44% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 103 - color contains mainly: green. Hex color #0F670F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F670F is #F098F0. Grayscale: #424242. Windows color (decimal): -15767793 or 1009423. OLE color: 1009423.
HSL color Cylindrical-coordinate representation of color #0F670F: hue angle of 120º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F670F is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 103 | 15 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.60 |
| HSL | 120º | 0.75% | 0.23% | - |
| HSV(B) | 120º | 0.85% | 0.4% | - |
| XYZ | 5.13 | 9.84 | 2.08 | - |
| YUV | 66.66 | 98.85 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 15 | 0.85 | 0 | 0.85 | 0.60 | 120 | 0.75 | 0.23 |
| Hex | F | 67 | F | 55 | 0 | 55 | 3C | 78 | 4B | 17 |
| Octal | 17 | 147 | 17 | 125 | 0 | 125 | 74 | 170 | 113 | 27 |
| Binary | 1111 | 1100111 | 1111 | 1010101 | 0 | 1010101 | 111100 | 1111000 | 1001011 | 10111 |
Color Harmonies of #0F670F
Complementary color
Monochromatic Colors of #0F670F
Black with #0F670F
Text Example
Text Example
White with #0F670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F670F; }
p { color: rgb(15,103,15); }
H1.HeaderClassName
{
color: #0F670F;
}
.AnyTagClassName
{
color: #0F670F;
}
</style>
background-color css
<style>
a { background-color: #0F670F; }
a { background-color: rgb(15,103,15); }
div.DivClassName
{
background-color: #0F670F;
}
.BgClassName
{
background-color: #0F670F;
}
</style>
border-color css
<style>
span { border-color: #0F670F; }
span { border-color: rgb(15,103,15); }
td.TdClassName
{
border-color: #0F670F;
}
.TagClassName
{
border-color: #0F670F;
}
</style>