Shades of Camouflage Green #768563
Tints of Camouflage Green #768563
RGB
CMYK
RGB Variations
Color information
#768563 (or 0x768563) is known color: Camouflage Green. HEX triplet: 76, 85 and 63. RGB value is (118,133,99). Sum of RGB (Red+Green+Blue) = 118+133+99=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #768563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768563 is #897A9C. Grayscale: #7C7C7C. Windows color (decimal): -9009821 or 6522230. OLE color: 6522230.
HSL color Cylindrical-coordinate representation of color #768563: hue angle of 86.47º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #768563 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 133 | 99 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.48 |
| HSL | 86.47º | 0.15% | 0.45% | - |
| HSV(B) | 86.47º | 0.26% | 0.52% | - |
| XYZ | 18.11 | 21.53 | 15.01 | - |
| YUV | 124.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 99 | 0.11 | 0 | 0.26 | 0.48 | 86.47 | 0.15 | 0.45 |
| Hex | 76 | 85 | 63 | B | 0 | 1A | 30 | 56 | F | 2D |
| Octal | 166 | 205 | 143 | 13 | 0 | 32 | 60 | 126 | 17 | 55 |
| Binary | 1110110 | 10000101 | 1100011 | 1011 | 0 | 11010 | 110000 | 1010110 | 1111 | 101101 |
Color Harmonies of #768563
Complementary color
Monochromatic Colors of #768563
Black with #768563
Text Example
Text Example
White with #768563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768563; }
p { color: rgb(118,133,99); }
H1.HeaderClassName
{
color: #768563;
}
.AnyTagClassName
{
color: #768563;
}
</style>
background-color css
<style>
a { background-color: #768563; }
a { background-color: rgb(118,133,99); }
div.DivClassName
{
background-color: #768563;
}
.BgClassName
{
background-color: #768563;
}
</style>
border-color css
<style>
span { border-color: #768563; }
span { border-color: rgb(118,133,99); }
td.TdClassName
{
border-color: #768563;
}
.TagClassName
{
border-color: #768563;
}
</style>