Shades of Camouflage Green #768967
Tints of Camouflage Green #768967
RGB
CMYK
RGB Variations
Color information
#768967 (or 0x768967) is known color: Camouflage Green. HEX triplet: 76, 89 and 67. RGB value is (118,137,103). Sum of RGB (Red+Green+Blue) = 118+137+103=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 137 - color contains mainly: green. Hex color #768967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768967 is #897698. Grayscale: #7F7F7F. Windows color (decimal): -9008793 or 6785398. OLE color: 6785398.
HSL color Cylindrical-coordinate representation of color #768967: hue angle of 93.53º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #768967 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 137 | 103 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.46 |
| HSL | 93.53º | 0.14% | 0.47% | - |
| HSV(B) | 93.53º | 0.25% | 0.54% | - |
| XYZ | 18.87 | 22.72 | 16.22 | - |
| YUV | 127.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 103 | 0.14 | 0 | 0.25 | 0.46 | 93.53 | 0.14 | 0.47 |
| Hex | 76 | 89 | 67 | E | 0 | 19 | 2E | 5E | E | 2F |
| Octal | 166 | 211 | 147 | 16 | 0 | 31 | 56 | 136 | 16 | 57 |
| Binary | 1110110 | 10001001 | 1100111 | 1110 | 0 | 11001 | 101110 | 1011110 | 1110 | 101111 |
Color Harmonies of #768967
Complementary color
Monochromatic Colors of #768967
Black with #768967
Text Example
Text Example
White with #768967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768967; }
p { color: rgb(118,137,103); }
H1.HeaderClassName
{
color: #768967;
}
.AnyTagClassName
{
color: #768967;
}
</style>
background-color css
<style>
a { background-color: #768967; }
a { background-color: rgb(118,137,103); }
div.DivClassName
{
background-color: #768967;
}
.BgClassName
{
background-color: #768967;
}
</style>
border-color css
<style>
span { border-color: #768967; }
span { border-color: rgb(118,137,103); }
td.TdClassName
{
border-color: #768967;
}
.TagClassName
{
border-color: #768967;
}
</style>