Shades of Camouflage Green #768465
Tints of Camouflage Green #768465
RGB
CMYK
RGB Variations
Color information
#768465 (or 0x768465) is known color: Camouflage Green. HEX triplet: 76, 84 and 65. RGB value is (118,132,101). Sum of RGB (Red+Green+Blue) = 118+132+101=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #768465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768465 is #897B9A. Grayscale: #7C7C7C. Windows color (decimal): -9010075 or 6653046. OLE color: 6653046.
HSL color Cylindrical-coordinate representation of color #768465: hue angle of 87.1º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768465 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 132 | 101 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.48 |
| HSL | 87.1º | 0.13% | 0.46% | - |
| HSV(B) | 87.1º | 0.23% | 0.52% | - |
| XYZ | 18.07 | 21.29 | 15.47 | - |
| YUV | 124.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 101 | 0.11 | 0 | 0.23 | 0.48 | 87.1 | 0.13 | 0.46 |
| Hex | 76 | 84 | 65 | B | 0 | 17 | 30 | 57 | D | 2E |
| Octal | 166 | 204 | 145 | 13 | 0 | 27 | 60 | 127 | 15 | 56 |
| Binary | 1110110 | 10000100 | 1100101 | 1011 | 0 | 10111 | 110000 | 1010111 | 1101 | 101110 |
Color Harmonies of #768465
Complementary color
Monochromatic Colors of #768465
Black with #768465
Text Example
Text Example
White with #768465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768465; }
p { color: rgb(118,132,101); }
H1.HeaderClassName
{
color: #768465;
}
.AnyTagClassName
{
color: #768465;
}
</style>
background-color css
<style>
a { background-color: #768465; }
a { background-color: rgb(118,132,101); }
div.DivClassName
{
background-color: #768465;
}
.BgClassName
{
background-color: #768465;
}
</style>
border-color css
<style>
span { border-color: #768465; }
span { border-color: rgb(118,132,101); }
td.TdClassName
{
border-color: #768465;
}
.TagClassName
{
border-color: #768465;
}
</style>