Shades of Camouflage Green #768768
Tints of Camouflage Green #768768
RGB
CMYK
RGB Variations
Color information
#768768 (or 0x768768) is known color: Camouflage Green. HEX triplet: 76, 87 and 68. RGB value is (118,135,104). Sum of RGB (Red+Green+Blue) = 118+135+104=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #768768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768768 is #897897. Grayscale: #7E7E7E. Windows color (decimal): -9009304 or 6850422. OLE color: 6850422.
HSL color Cylindrical-coordinate representation of color #768768: hue angle of 92.9º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768768 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 135 | 104 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.47 |
| HSL | 92.9º | 0.13% | 0.47% | - |
| HSV(B) | 92.9º | 0.23% | 0.53% | - |
| XYZ | 18.63 | 22.18 | 16.4 | - |
| YUV | 126.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 104 | 0.13 | 0 | 0.23 | 0.47 | 92.9 | 0.13 | 0.47 |
| Hex | 76 | 87 | 68 | D | 0 | 17 | 2F | 5D | D | 2F |
| Octal | 166 | 207 | 150 | 15 | 0 | 27 | 57 | 135 | 15 | 57 |
| Binary | 1110110 | 10000111 | 1101000 | 1101 | 0 | 10111 | 101111 | 1011101 | 1101 | 101111 |
Color Harmonies of #768768
Complementary color
Monochromatic Colors of #768768
Black with #768768
Text Example
Text Example
White with #768768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768768; }
p { color: rgb(118,135,104); }
H1.HeaderClassName
{
color: #768768;
}
.AnyTagClassName
{
color: #768768;
}
</style>
background-color css
<style>
a { background-color: #768768; }
a { background-color: rgb(118,135,104); }
div.DivClassName
{
background-color: #768768;
}
.BgClassName
{
background-color: #768768;
}
</style>
border-color css
<style>
span { border-color: #768768; }
span { border-color: rgb(118,135,104); }
td.TdClassName
{
border-color: #768768;
}
.TagClassName
{
border-color: #768768;
}
</style>