Shades of Green #066F07
Tints of Green #066F07
RGB
CMYK
RGB Variations
Color information
#066F07 (or 0x066F07) is known color: Green. HEX triplet: 06, 6F and 07. RGB value is (6,111,7). Sum of RGB (Red+Green+Blue) = 6+111+7=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 111 (43.75% from 255 or 89.52% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 111 - color contains mainly: green. Hex color #066F07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066F07 is #F990F8. Grayscale: #444444. Windows color (decimal): -16355577 or 487174. OLE color: 487174.
HSL color Cylindrical-coordinate representation of color #066F07: hue angle of 120.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066F07 is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 111 | 7 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.56 |
| HSL | 120.57º | 0.9% | 0.23% | - |
| HSV(B) | 120.57º | 0.95% | 0.44% | - |
| XYZ | 5.8 | 11.42 | 2.1 | - |
| YUV | 67.75 | 93.71 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 7 | 0.95 | 0 | 0.94 | 0.56 | 120.57 | 0.9 | 0.23 |
| Hex | 6 | 6F | 7 | 5F | 0 | 5E | 38 | 79 | 5A | 17 |
| Octal | 6 | 157 | 7 | 137 | 0 | 136 | 70 | 171 | 132 | 27 |
| Binary | 110 | 1101111 | 111 | 1011111 | 0 | 1011110 | 111000 | 1111001 | 1011010 | 10111 |
Color Harmonies of #066F07
Complementary color
Monochromatic Colors of #066F07
Black with #066F07
Text Example
Text Example
White with #066F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066F07; }
p { color: rgb(6,111,7); }
H1.HeaderClassName
{
color: #066F07;
}
.AnyTagClassName
{
color: #066F07;
}
</style>
background-color css
<style>
a { background-color: #066F07; }
a { background-color: rgb(6,111,7); }
div.DivClassName
{
background-color: #066F07;
}
.BgClassName
{
background-color: #066F07;
}
</style>
border-color css
<style>
span { border-color: #066F07; }
span { border-color: rgb(6,111,7); }
td.TdClassName
{
border-color: #066F07;
}
.TagClassName
{
border-color: #066F07;
}
</style>