Shades of Camouflage Green #768B65
Tints of Camouflage Green #768B65
RGB
CMYK
RGB Variations
Color information
#768B65 (or 0x768B65) is known color: Camouflage Green. HEX triplet: 76, 8B and 65. RGB value is (118,139,101). Sum of RGB (Red+Green+Blue) = 118+139+101=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #768B65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B65 is #89749A. Grayscale: #808080. Windows color (decimal): -9008283 or 6654838. OLE color: 6654838.
HSL color Cylindrical-coordinate representation of color #768B65: hue angle of 93.16º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #768B65 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 101 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.45 |
| HSL | 93.16º | 0.16% | 0.47% | - |
| HSV(B) | 93.16º | 0.27% | 0.55% | - |
| XYZ | 19.05 | 23.26 | 15.8 | - |
| YUV | 128.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 101 | 0.15 | 0 | 0.27 | 0.45 | 93.16 | 0.16 | 0.47 |
| Hex | 76 | 8B | 65 | F | 0 | 1B | 2D | 5D | 10 | 2F |
| Octal | 166 | 213 | 145 | 17 | 0 | 33 | 55 | 135 | 20 | 57 |
| Binary | 1110110 | 10001011 | 1100101 | 1111 | 0 | 11011 | 101101 | 1011101 | 10000 | 101111 |
Color Harmonies of #768B65
Complementary color
Monochromatic Colors of #768B65
Black with #768B65
Text Example
Text Example
White with #768B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B65; }
p { color: rgb(118,139,101); }
H1.HeaderClassName
{
color: #768B65;
}
.AnyTagClassName
{
color: #768B65;
}
</style>
background-color css
<style>
a { background-color: #768B65; }
a { background-color: rgb(118,139,101); }
div.DivClassName
{
background-color: #768B65;
}
.BgClassName
{
background-color: #768B65;
}
</style>
border-color css
<style>
span { border-color: #768B65; }
span { border-color: rgb(118,139,101); }
td.TdClassName
{
border-color: #768B65;
}
.TagClassName
{
border-color: #768B65;
}
</style>