Shades of Camouflage Green #768566
Tints of Camouflage Green #768566
RGB
CMYK
RGB Variations
Color information
#768566 (or 0x768566) is known color: Camouflage Green. HEX triplet: 76, 85 and 66. RGB value is (118,133,102). Sum of RGB (Red+Green+Blue) = 118+133+102=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #768566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768566 is #897A99. Grayscale: #7D7D7D. Windows color (decimal): -9009818 or 6718838. OLE color: 6718838.
HSL color Cylindrical-coordinate representation of color #768566: hue angle of 89.03º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768566 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 133 | 102 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.48 |
| HSL | 89.03º | 0.13% | 0.46% | - |
| HSV(B) | 89.03º | 0.23% | 0.52% | - |
| XYZ | 18.26 | 21.59 | 15.77 | - |
| YUV | 124.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 102 | 0.11 | 0 | 0.23 | 0.48 | 89.03 | 0.13 | 0.46 |
| Hex | 76 | 85 | 66 | B | 0 | 17 | 30 | 59 | D | 2E |
| Octal | 166 | 205 | 146 | 13 | 0 | 27 | 60 | 131 | 15 | 56 |
| Binary | 1110110 | 10000101 | 1100110 | 1011 | 0 | 10111 | 110000 | 1011001 | 1101 | 101110 |
Color Harmonies of #768566
Complementary color
Monochromatic Colors of #768566
Black with #768566
Text Example
Text Example
White with #768566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768566; }
p { color: rgb(118,133,102); }
H1.HeaderClassName
{
color: #768566;
}
.AnyTagClassName
{
color: #768566;
}
</style>
background-color css
<style>
a { background-color: #768566; }
a { background-color: rgb(118,133,102); }
div.DivClassName
{
background-color: #768566;
}
.BgClassName
{
background-color: #768566;
}
</style>
border-color css
<style>
span { border-color: #768566; }
span { border-color: rgb(118,133,102); }
td.TdClassName
{
border-color: #768566;
}
.TagClassName
{
border-color: #768566;
}
</style>