Shades of Green #06761B
Tints of Green #06761B
RGB
CMYK
RGB Variations
Color information
#06761B (or 0x06761B) is known color: Green. HEX triplet: 06, 76 and 1B. RGB value is (6,118,27). Sum of RGB (Red+Green+Blue) = 6+118+27=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 118 (46.48% from 255 or 78.15% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 118 - color contains mainly: green. Hex color #06761B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06761B is #F989E4. Grayscale: #4A4A4A. Windows color (decimal): -16353765 or 1799686. OLE color: 1799686.
HSL color Cylindrical-coordinate representation of color #06761B: hue angle of 131.25º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06761B is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 118 | 27 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.54 |
| HSL | 131.25º | 0.9% | 0.24% | - |
| HSV(B) | 131.25º | 0.95% | 0.46% | - |
| XYZ | 6.75 | 13.07 | 3.2 | - |
| YUV | 74.14 | 101.39 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 118 | 27 | 0.95 | 0 | 0.77 | 0.54 | 131.25 | 0.9 | 0.24 |
| Hex | 6 | 76 | 1B | 5F | 0 | 4D | 36 | 83 | 5A | 18 |
| Octal | 6 | 166 | 33 | 137 | 0 | 115 | 66 | 203 | 132 | 30 |
| Binary | 110 | 1110110 | 11011 | 1011111 | 0 | 1001101 | 110110 | 10000011 | 1011010 | 11000 |
Color Harmonies of #06761B
Complementary color
Monochromatic Colors of #06761B
Black with #06761B
Text Example
Text Example
White with #06761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06761B; }
p { color: rgb(6,118,27); }
H1.HeaderClassName
{
color: #06761B;
}
.AnyTagClassName
{
color: #06761B;
}
</style>
background-color css
<style>
a { background-color: #06761B; }
a { background-color: rgb(6,118,27); }
div.DivClassName
{
background-color: #06761B;
}
.BgClassName
{
background-color: #06761B;
}
</style>
border-color css
<style>
span { border-color: #06761B; }
span { border-color: rgb(6,118,27); }
td.TdClassName
{
border-color: #06761B;
}
.TagClassName
{
border-color: #06761B;
}
</style>