Shades of Green #06760D
Tints of Green #06760D
RGB
CMYK
RGB Variations
Color information
#06760D (or 0x06760D) is known color: Green. HEX triplet: 06, 76 and 0D. RGB value is (6,118,13). Sum of RGB (Red+Green+Blue) = 6+118+13=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 118 (46.48% from 255 or 86.13% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 118 - color contains mainly: green. Hex color #06760D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06760D is #F989F2. Grayscale: #484848. Windows color (decimal): -16353779 or 882182. OLE color: 882182.
HSL color Cylindrical-coordinate representation of color #06760D: hue angle of 123.75º 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 #06760D is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 118 | 13 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.54 |
| HSL | 123.75º | 0.9% | 0.24% | - |
| HSV(B) | 123.75º | 0.95% | 0.46% | - |
| XYZ | 6.63 | 13.02 | 2.55 | - |
| YUV | 72.54 | 94.39 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 118 | 13 | 0.95 | 0 | 0.89 | 0.54 | 123.75 | 0.9 | 0.24 |
| Hex | 6 | 76 | D | 5F | 0 | 59 | 36 | 7C | 5A | 18 |
| Octal | 6 | 166 | 15 | 137 | 0 | 131 | 66 | 174 | 132 | 30 |
| Binary | 110 | 1110110 | 1101 | 1011111 | 0 | 1011001 | 110110 | 1111100 | 1011010 | 11000 |
Color Harmonies of #06760D
Complementary color
Monochromatic Colors of #06760D
Black with #06760D
Text Example
Text Example
White with #06760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06760D; }
p { color: rgb(6,118,13); }
H1.HeaderClassName
{
color: #06760D;
}
.AnyTagClassName
{
color: #06760D;
}
</style>
background-color css
<style>
a { background-color: #06760D; }
a { background-color: rgb(6,118,13); }
div.DivClassName
{
background-color: #06760D;
}
.BgClassName
{
background-color: #06760D;
}
</style>
border-color css
<style>
span { border-color: #06760D; }
span { border-color: rgb(6,118,13); }
td.TdClassName
{
border-color: #06760D;
}
.TagClassName
{
border-color: #06760D;
}
</style>