Shades of Green #06740B
Tints of Green #06740B
RGB
CMYK
RGB Variations
Color information
#06740B (or 0x06740B) is known color: Green. HEX triplet: 06, 74 and 0B. RGB value is (6,116,11). Sum of RGB (Red+Green+Blue) = 6+116+11=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 116 (45.70% from 255 or 87.22% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 116 - color contains mainly: green. Hex color #06740B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06740B is #F98BF4. Grayscale: #474747. Windows color (decimal): -16354293 or 750598. OLE color: 750598.
HSL color Cylindrical-coordinate representation of color #06740B: hue angle of 122.73º 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 #06740B is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 116 | 11 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.55 |
| HSL | 122.73º | 0.9% | 0.24% | - |
| HSV(B) | 122.73º | 0.95% | 0.45% | - |
| XYZ | 6.38 | 12.55 | 2.4 | - |
| YUV | 71.14 | 94.06 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 116 | 11 | 0.95 | 0 | 0.91 | 0.55 | 122.73 | 0.9 | 0.24 |
| Hex | 6 | 74 | B | 5F | 0 | 5B | 37 | 7B | 5A | 18 |
| Octal | 6 | 164 | 13 | 137 | 0 | 133 | 67 | 173 | 132 | 30 |
| Binary | 110 | 1110100 | 1011 | 1011111 | 0 | 1011011 | 110111 | 1111011 | 1011010 | 11000 |
Color Harmonies of #06740B
Complementary color
Monochromatic Colors of #06740B
Black with #06740B
Text Example
Text Example
White with #06740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06740B; }
p { color: rgb(6,116,11); }
H1.HeaderClassName
{
color: #06740B;
}
.AnyTagClassName
{
color: #06740B;
}
</style>
background-color css
<style>
a { background-color: #06740B; }
a { background-color: rgb(6,116,11); }
div.DivClassName
{
background-color: #06740B;
}
.BgClassName
{
background-color: #06740B;
}
</style>
border-color css
<style>
span { border-color: #06740B; }
span { border-color: rgb(6,116,11); }
td.TdClassName
{
border-color: #06740B;
}
.TagClassName
{
border-color: #06740B;
}
</style>