Shades of Green #067B02
Tints of Green #067B02
RGB
CMYK
RGB Variations
Color information
#067B02 (or 0x067B02) is known color: Green. HEX triplet: 06, 7B and 02. RGB value is (6,123,2). Sum of RGB (Red+Green+Blue) = 6+123+2=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 123 (48.44% from 255 or 93.89% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 123 - color contains mainly: green. Hex color #067B02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067B02 is #F984FD. Grayscale: #4A4A4A. Windows color (decimal): -16352510 or 162566. OLE color: 162566.
HSL color Cylindrical-coordinate representation of color #067B02: hue angle of 118.02º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067B02 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 123 | 2 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.52 |
| HSL | 118.02º | 0.97% | 0.25% | - |
| HSV(B) | 118.02º | 0.98% | 0.48% | - |
| XYZ | 7.17 | 14.21 | 2.42 | - |
| YUV | 74.22 | 87.24 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 2 | 0.95 | 0 | 0.98 | 0.52 | 118.02 | 0.97 | 0.25 |
| Hex | 6 | 7B | 2 | 5F | 0 | 62 | 34 | 76 | 61 | 19 |
| Octal | 6 | 173 | 2 | 137 | 0 | 142 | 64 | 166 | 141 | 31 |
| Binary | 110 | 1111011 | 10 | 1011111 | 0 | 1100010 | 110100 | 1110110 | 1100001 | 11001 |
Color Harmonies of #067B02
Complementary color
Monochromatic Colors of #067B02
Black with #067B02
Text Example
Text Example
White with #067B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067B02; }
p { color: rgb(6,123,2); }
H1.HeaderClassName
{
color: #067B02;
}
.AnyTagClassName
{
color: #067B02;
}
</style>
background-color css
<style>
a { background-color: #067B02; }
a { background-color: rgb(6,123,2); }
div.DivClassName
{
background-color: #067B02;
}
.BgClassName
{
background-color: #067B02;
}
</style>
border-color css
<style>
span { border-color: #067B02; }
span { border-color: rgb(6,123,2); }
td.TdClassName
{
border-color: #067B02;
}
.TagClassName
{
border-color: #067B02;
}
</style>