Shades of Camouflage Green #768069
Tints of Camouflage Green #768069
RGB
CMYK
RGB Variations
Color information
#768069 (or 0x768069) is known color: Camouflage Green. HEX triplet: 76, 80 and 69. RGB value is (118,128,105). Sum of RGB (Red+Green+Blue) = 118+128+105=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 128 - color contains mainly: green. Hex color #768069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768069 is #897F96. Grayscale: #7A7A7A. Windows color (decimal): -9011095 or 6914166. OLE color: 6914166.
HSL color Cylindrical-coordinate representation of color #768069: hue angle of 86.09º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #768069 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 105 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.50 |
| HSL | 86.09º | 0.1% | 0.46% | - |
| HSV(B) | 86.09º | 0.18% | 0.5% | - |
| XYZ | 17.74 | 20.31 | 16.35 | - |
| YUV | 122.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 105 | 0.08 | 0 | 0.18 | 0.50 | 86.09 | 0.1 | 0.46 |
| Hex | 76 | 80 | 69 | 8 | 0 | 12 | 32 | 56 | A | 2E |
| Octal | 166 | 200 | 151 | 10 | 0 | 22 | 62 | 126 | 12 | 56 |
| Binary | 1110110 | 10000000 | 1101001 | 1000 | 0 | 10010 | 110010 | 1010110 | 1010 | 101110 |
Color Harmonies of #768069
Complementary color
Monochromatic Colors of #768069
Black with #768069
Text Example
Text Example
White with #768069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768069; }
p { color: rgb(118,128,105); }
H1.HeaderClassName
{
color: #768069;
}
.AnyTagClassName
{
color: #768069;
}
</style>
background-color css
<style>
a { background-color: #768069; }
a { background-color: rgb(118,128,105); }
div.DivClassName
{
background-color: #768069;
}
.BgClassName
{
background-color: #768069;
}
</style>
border-color css
<style>
span { border-color: #768069; }
span { border-color: rgb(118,128,105); }
td.TdClassName
{
border-color: #768069;
}
.TagClassName
{
border-color: #768069;
}
</style>