Shades of Camouflage Green #768165
Tints of Camouflage Green #768165
RGB
CMYK
RGB Variations
Color information
#768165 (or 0x768165) is known color: Camouflage Green. HEX triplet: 76, 81 and 65. RGB value is (118,129,101). Sum of RGB (Red+Green+Blue) = 118+129+101=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 129 - color contains mainly: green. Hex color #768165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768165 is #897E9A. Grayscale: #7A7A7A. Windows color (decimal): -9010843 or 6652278. OLE color: 6652278.
HSL color Cylindrical-coordinate representation of color #768165: hue angle of 83.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #768165 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 101 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.49 |
| HSL | 83.57º | 0.12% | 0.45% | - |
| HSV(B) | 83.57º | 0.22% | 0.51% | - |
| XYZ | 17.67 | 20.49 | 15.34 | - |
| YUV | 122.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 101 | 0.09 | 0 | 0.22 | 0.49 | 83.57 | 0.12 | 0.45 |
| Hex | 76 | 81 | 65 | 9 | 0 | 16 | 31 | 54 | C | 2D |
| Octal | 166 | 201 | 145 | 11 | 0 | 26 | 61 | 124 | 14 | 55 |
| Binary | 1110110 | 10000001 | 1100101 | 1001 | 0 | 10110 | 110001 | 1010100 | 1100 | 101101 |
Color Harmonies of #768165
Complementary color
Monochromatic Colors of #768165
Black with #768165
Text Example
Text Example
White with #768165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768165; }
p { color: rgb(118,129,101); }
H1.HeaderClassName
{
color: #768165;
}
.AnyTagClassName
{
color: #768165;
}
</style>
background-color css
<style>
a { background-color: #768165; }
a { background-color: rgb(118,129,101); }
div.DivClassName
{
background-color: #768165;
}
.BgClassName
{
background-color: #768165;
}
</style>
border-color css
<style>
span { border-color: #768165; }
span { border-color: rgb(118,129,101); }
td.TdClassName
{
border-color: #768165;
}
.TagClassName
{
border-color: #768165;
}
</style>