Shades of Camouflage Green #768368
Tints of Camouflage Green #768368
RGB
CMYK
RGB Variations
Color information
#768368 (or 0x768368) is known color: Camouflage Green. HEX triplet: 76, 83 and 68. RGB value is (118,131,104). Sum of RGB (Red+Green+Blue) = 118+131+104=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 131 - color contains mainly: green. Hex color #768368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768368 is #897C97. Grayscale: #7C7C7C. Windows color (decimal): -9010328 or 6849398. OLE color: 6849398.
HSL color Cylindrical-coordinate representation of color #768368: hue angle of 88.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #768368 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 131 | 104 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.49 |
| HSL | 88.89º | 0.11% | 0.46% | - |
| HSV(B) | 88.89º | 0.21% | 0.51% | - |
| XYZ | 18.09 | 21.08 | 16.21 | - |
| YUV | 124.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 131 | 104 | 0.10 | 0 | 0.21 | 0.49 | 88.89 | 0.11 | 0.46 |
| Hex | 76 | 83 | 68 | A | 0 | 15 | 31 | 59 | B | 2E |
| Octal | 166 | 203 | 150 | 12 | 0 | 25 | 61 | 131 | 13 | 56 |
| Binary | 1110110 | 10000011 | 1101000 | 1010 | 0 | 10101 | 110001 | 1011001 | 1011 | 101110 |
Color Harmonies of #768368
Complementary color
Monochromatic Colors of #768368
Black with #768368
Text Example
Text Example
White with #768368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768368; }
p { color: rgb(118,131,104); }
H1.HeaderClassName
{
color: #768368;
}
.AnyTagClassName
{
color: #768368;
}
</style>
background-color css
<style>
a { background-color: #768368; }
a { background-color: rgb(118,131,104); }
div.DivClassName
{
background-color: #768368;
}
.BgClassName
{
background-color: #768368;
}
</style>
border-color css
<style>
span { border-color: #768368; }
span { border-color: rgb(118,131,104); }
td.TdClassName
{
border-color: #768368;
}
.TagClassName
{
border-color: #768368;
}
</style>