Shades of Green #06730B
Tints of Green #06730B
RGB
CMYK
RGB Variations
Color information
#06730B (or 0x06730B) is known color: Green. HEX triplet: 06, 73 and 0B. RGB value is (6,115,11). Sum of RGB (Red+Green+Blue) = 6+115+11=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 115 (45.31% from 255 or 87.12% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 115 - color contains mainly: green. Hex color #06730B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06730B is #F98CF4. Grayscale: #464646. Windows color (decimal): -16354549 or 750342. OLE color: 750342.
HSL color Cylindrical-coordinate representation of color #06730B: hue angle of 122.75º 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 #06730B is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 115 | 11 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.55 |
| HSL | 122.75º | 0.9% | 0.24% | - |
| HSV(B) | 122.75º | 0.95% | 0.45% | - |
| XYZ | 6.27 | 12.32 | 2.37 | - |
| YUV | 70.55 | 94.39 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 11 | 0.95 | 0 | 0.90 | 0.55 | 122.75 | 0.9 | 0.24 |
| Hex | 6 | 73 | B | 5F | 0 | 5A | 37 | 7B | 5A | 18 |
| Octal | 6 | 163 | 13 | 137 | 0 | 132 | 67 | 173 | 132 | 30 |
| Binary | 110 | 1110011 | 1011 | 1011111 | 0 | 1011010 | 110111 | 1111011 | 1011010 | 11000 |
Color Harmonies of #06730B
Complementary color
Monochromatic Colors of #06730B
Black with #06730B
Text Example
Text Example
White with #06730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06730B; }
p { color: rgb(6,115,11); }
H1.HeaderClassName
{
color: #06730B;
}
.AnyTagClassName
{
color: #06730B;
}
</style>
background-color css
<style>
a { background-color: #06730B; }
a { background-color: rgb(6,115,11); }
div.DivClassName
{
background-color: #06730B;
}
.BgClassName
{
background-color: #06730B;
}
</style>
border-color css
<style>
span { border-color: #06730B; }
span { border-color: rgb(6,115,11); }
td.TdClassName
{
border-color: #06730B;
}
.TagClassName
{
border-color: #06730B;
}
</style>