Shades of Green #06751C
Tints of Green #06751C
RGB
CMYK
RGB Variations
Color information
#06751C (or 0x06751C) is known color: Green. HEX triplet: 06, 75 and 1C. RGB value is (6,117,28). Sum of RGB (Red+Green+Blue) = 6+117+28=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 117 (46.09% from 255 or 77.48% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 117 - color contains mainly: green. Hex color #06751C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06751C is #F98AE3. Grayscale: #494949. Windows color (decimal): -16354020 or 1864966. OLE color: 1864966.
HSL color Cylindrical-coordinate representation of color #06751C: hue angle of 131.89º 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 #06751C is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 117 | 28 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.54 |
| HSL | 131.89º | 0.9% | 0.24% | - |
| HSV(B) | 131.89º | 0.95% | 0.46% | - |
| XYZ | 6.65 | 12.85 | 3.23 | - |
| YUV | 73.67 | 102.23 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 28 | 0.95 | 0 | 0.76 | 0.54 | 131.89 | 0.9 | 0.24 |
| Hex | 6 | 75 | 1C | 5F | 0 | 4C | 36 | 84 | 5A | 18 |
| Octal | 6 | 165 | 34 | 137 | 0 | 114 | 66 | 204 | 132 | 30 |
| Binary | 110 | 1110101 | 11100 | 1011111 | 0 | 1001100 | 110110 | 10000100 | 1011010 | 11000 |
Color Harmonies of #06751C
Complementary color
Monochromatic Colors of #06751C
Black with #06751C
Text Example
Text Example
White with #06751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06751C; }
p { color: rgb(6,117,28); }
H1.HeaderClassName
{
color: #06751C;
}
.AnyTagClassName
{
color: #06751C;
}
</style>
background-color css
<style>
a { background-color: #06751C; }
a { background-color: rgb(6,117,28); }
div.DivClassName
{
background-color: #06751C;
}
.BgClassName
{
background-color: #06751C;
}
</style>
border-color css
<style>
span { border-color: #06751C; }
span { border-color: rgb(6,117,28); }
td.TdClassName
{
border-color: #06751C;
}
.TagClassName
{
border-color: #06751C;
}
</style>