Shades of Camouflage Green #767A72
Tints of Camouflage Green #767A72
RGB
CMYK
RGB Variations
Color information
#767A72 (or 0x767A72) is known color: Camouflage Green. HEX triplet: 76, 7A and 72. RGB value is (118,122,114). Sum of RGB (Red+Green+Blue) = 118+122+114=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 122 - color contains mainly: green. Hex color #767A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A72 is #89858D. Grayscale: #777777. Windows color (decimal): -9012622 or 7502454. OLE color: 7502454.
HSL color Cylindrical-coordinate representation of color #767A72: hue angle of 90º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #767A72 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 122 | 114 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.52 |
| HSL | 90º | 0.03% | 0.46% | - |
| HSV(B) | 90º | 0.07% | 0.48% | - |
| XYZ | 17.47 | 18.99 | 18.66 | - |
| YUV | 119.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 114 | 0.03 | 0 | 0.07 | 0.52 | 90 | 0.03 | 0.46 |
| Hex | 76 | 7A | 72 | 3 | 0 | 7 | 34 | 5A | 3 | 2E |
| Octal | 166 | 172 | 162 | 3 | 0 | 7 | 64 | 132 | 3 | 56 |
| Binary | 1110110 | 1111010 | 1110010 | 11 | 0 | 111 | 110100 | 1011010 | 11 | 101110 |
Color Harmonies of #767A72
Complementary color
Monochromatic Colors of #767A72
Black with #767A72
Text Example
Text Example
White with #767A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767A72; }
p { color: rgb(118,122,114); }
H1.HeaderClassName
{
color: #767A72;
}
.AnyTagClassName
{
color: #767A72;
}
</style>
background-color css
<style>
a { background-color: #767A72; }
a { background-color: rgb(118,122,114); }
div.DivClassName
{
background-color: #767A72;
}
.BgClassName
{
background-color: #767A72;
}
</style>
border-color css
<style>
span { border-color: #767A72; }
span { border-color: rgb(118,122,114); }
td.TdClassName
{
border-color: #767A72;
}
.TagClassName
{
border-color: #767A72;
}
</style>