Shades of Camouflage Green #768364
Tints of Camouflage Green #768364
RGB
CMYK
RGB Variations
Color information
#768364 (or 0x768364) is known color: Camouflage Green. HEX triplet: 76, 83 and 64. RGB value is (118,131,100). Sum of RGB (Red+Green+Blue) = 118+131+100=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #768364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768364 is #897C9B. Grayscale: #7B7B7B. Windows color (decimal): -9010332 or 6587254. OLE color: 6587254.
HSL color Cylindrical-coordinate representation of color #768364: hue angle of 85.16º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #768364 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 131 | 100 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.49 |
| HSL | 85.16º | 0.13% | 0.45% | - |
| HSV(B) | 85.16º | 0.24% | 0.51% | - |
| XYZ | 17.89 | 21 | 15.17 | - |
| YUV | 123.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 131 | 100 | 0.10 | 0 | 0.24 | 0.49 | 85.16 | 0.13 | 0.45 |
| Hex | 76 | 83 | 64 | A | 0 | 18 | 31 | 55 | D | 2D |
| Octal | 166 | 203 | 144 | 12 | 0 | 30 | 61 | 125 | 15 | 55 |
| Binary | 1110110 | 10000011 | 1100100 | 1010 | 0 | 11000 | 110001 | 1010101 | 1101 | 101101 |
Color Harmonies of #768364
Complementary color
Monochromatic Colors of #768364
Black with #768364
Text Example
Text Example
White with #768364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768364; }
p { color: rgb(118,131,100); }
H1.HeaderClassName
{
color: #768364;
}
.AnyTagClassName
{
color: #768364;
}
</style>
background-color css
<style>
a { background-color: #768364; }
a { background-color: rgb(118,131,100); }
div.DivClassName
{
background-color: #768364;
}
.BgClassName
{
background-color: #768364;
}
</style>
border-color css
<style>
span { border-color: #768364; }
span { border-color: rgb(118,131,100); }
td.TdClassName
{
border-color: #768364;
}
.TagClassName
{
border-color: #768364;
}
</style>