Shades of Green #06730D
Tints of Green #06730D
RGB
CMYK
RGB Variations
Color information
#06730D (or 0x06730D) is known color: Green. HEX triplet: 06, 73 and 0D. RGB value is (6,115,13). Sum of RGB (Red+Green+Blue) = 6+115+13=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 115 (45.31% from 255 or 85.82% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 115 - color contains mainly: green. Hex color #06730D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06730D is #F98CF2. Grayscale: #474747. Windows color (decimal): -16354547 or 881414. OLE color: 881414.
HSL color Cylindrical-coordinate representation of color #06730D: hue angle of 123.85º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06730D is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 115 | 13 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.55 |
| HSL | 123.85º | 0.9% | 0.24% | - |
| HSV(B) | 123.85º | 0.95% | 0.45% | - |
| XYZ | 6.28 | 12.33 | 2.43 | - |
| YUV | 70.78 | 95.39 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 13 | 0.95 | 0 | 0.89 | 0.55 | 123.85 | 0.9 | 0.24 |
| Hex | 6 | 73 | D | 5F | 0 | 59 | 37 | 7C | 5A | 18 |
| Octal | 6 | 163 | 15 | 137 | 0 | 131 | 67 | 174 | 132 | 30 |
| Binary | 110 | 1110011 | 1101 | 1011111 | 0 | 1011001 | 110111 | 1111100 | 1011010 | 11000 |
Color Harmonies of #06730D
Complementary color
Monochromatic Colors of #06730D
Black with #06730D
Text Example
Text Example
White with #06730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06730D; }
p { color: rgb(6,115,13); }
H1.HeaderClassName
{
color: #06730D;
}
.AnyTagClassName
{
color: #06730D;
}
</style>
background-color css
<style>
a { background-color: #06730D; }
a { background-color: rgb(6,115,13); }
div.DivClassName
{
background-color: #06730D;
}
.BgClassName
{
background-color: #06730D;
}
</style>
border-color css
<style>
span { border-color: #06730D; }
span { border-color: rgb(6,115,13); }
td.TdClassName
{
border-color: #06730D;
}
.TagClassName
{
border-color: #06730D;
}
</style>