Shades of Green #06750C
Tints of Green #06750C
RGB
CMYK
RGB Variations
Color information
#06750C (or 0x06750C) is known color: Green. HEX triplet: 06, 75 and 0C. RGB value is (6,117,12). Sum of RGB (Red+Green+Blue) = 6+117+12=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 117 (46.09% from 255 or 86.67% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 117 - color contains mainly: green. Hex color #06750C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06750C is #F98AF3. Grayscale: #484848. Windows color (decimal): -16354036 or 816390. OLE color: 816390.
HSL color Cylindrical-coordinate representation of color #06750C: hue angle of 123.24º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06750C is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 117 | 12 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.54 |
| HSL | 123.24º | 0.9% | 0.24% | - |
| HSV(B) | 123.24º | 0.95% | 0.46% | - |
| XYZ | 6.5 | 12.79 | 2.47 | - |
| YUV | 71.84 | 94.23 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 12 | 0.95 | 0 | 0.90 | 0.54 | 123.24 | 0.9 | 0.24 |
| Hex | 6 | 75 | C | 5F | 0 | 5A | 36 | 7B | 5A | 18 |
| Octal | 6 | 165 | 14 | 137 | 0 | 132 | 66 | 173 | 132 | 30 |
| Binary | 110 | 1110101 | 1100 | 1011111 | 0 | 1011010 | 110110 | 1111011 | 1011010 | 11000 |
Color Harmonies of #06750C
Complementary color
Monochromatic Colors of #06750C
Black with #06750C
Text Example
Text Example
White with #06750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06750C; }
p { color: rgb(6,117,12); }
H1.HeaderClassName
{
color: #06750C;
}
.AnyTagClassName
{
color: #06750C;
}
</style>
background-color css
<style>
a { background-color: #06750C; }
a { background-color: rgb(6,117,12); }
div.DivClassName
{
background-color: #06750C;
}
.BgClassName
{
background-color: #06750C;
}
</style>
border-color css
<style>
span { border-color: #06750C; }
span { border-color: rgb(6,117,12); }
td.TdClassName
{
border-color: #06750C;
}
.TagClassName
{
border-color: #06750C;
}
</style>