Shades of Camouflage Green #768065
Tints of Camouflage Green #768065
RGB
CMYK
RGB Variations
Color information
#768065 (or 0x768065) is known color: Camouflage Green. HEX triplet: 76, 80 and 65. RGB value is (118,128,101). Sum of RGB (Red+Green+Blue) = 118+128+101=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 128 - color contains mainly: green. Hex color #768065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768065 is #897F9A. Grayscale: #7A7A7A. Windows color (decimal): -9011099 or 6652022. OLE color: 6652022.
HSL color Cylindrical-coordinate representation of color #768065: hue angle of 82.22º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #768065 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 101 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.50 |
| HSL | 82.22º | 0.12% | 0.45% | - |
| HSV(B) | 82.22º | 0.21% | 0.5% | - |
| XYZ | 17.54 | 20.23 | 15.29 | - |
| YUV | 121.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 101 | 0.08 | 0 | 0.21 | 0.50 | 82.22 | 0.12 | 0.45 |
| Hex | 76 | 80 | 65 | 8 | 0 | 15 | 32 | 52 | C | 2D |
| Octal | 166 | 200 | 145 | 10 | 0 | 25 | 62 | 122 | 14 | 55 |
| Binary | 1110110 | 10000000 | 1100101 | 1000 | 0 | 10101 | 110010 | 1010010 | 1100 | 101101 |
Color Harmonies of #768065
Complementary color
Monochromatic Colors of #768065
Black with #768065
Text Example
Text Example
White with #768065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768065; }
p { color: rgb(118,128,101); }
H1.HeaderClassName
{
color: #768065;
}
.AnyTagClassName
{
color: #768065;
}
</style>
background-color css
<style>
a { background-color: #768065; }
a { background-color: rgb(118,128,101); }
div.DivClassName
{
background-color: #768065;
}
.BgClassName
{
background-color: #768065;
}
</style>
border-color css
<style>
span { border-color: #768065; }
span { border-color: rgb(118,128,101); }
td.TdClassName
{
border-color: #768065;
}
.TagClassName
{
border-color: #768065;
}
</style>