Shades of Camouflage Green #7B8272
Tints of Camouflage Green #7B8272
RGB
CMYK
RGB Variations
Color information
#7B8272 (or 0x7B8272) is known color: Camouflage Green. HEX triplet: 7B, 82 and 72. RGB value is (123,130,114). Sum of RGB (Red+Green+Blue) = 123+130+114=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 130 - color contains mainly: green. Hex color #7B8272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8272 is #847D8D. Grayscale: #7E7E7E. Windows color (decimal): -8682894 or 7504507. OLE color: 7504507.
HSL color Cylindrical-coordinate representation of color #7B8272: hue angle of 86.25º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7B8272 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 130 | 114 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.49 |
| HSL | 86.25º | 0.07% | 0.48% | - |
| HSV(B) | 86.25º | 0.12% | 0.51% | - |
| XYZ | 19.19 | 21.39 | 19.04 | - |
| YUV | 126.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 130 | 114 | 0.05 | 0 | 0.12 | 0.49 | 86.25 | 0.07 | 0.48 |
| Hex | 7B | 82 | 72 | 5 | 0 | C | 31 | 56 | 7 | 30 |
| Octal | 173 | 202 | 162 | 5 | 0 | 14 | 61 | 126 | 7 | 60 |
| Binary | 1111011 | 10000010 | 1110010 | 101 | 0 | 1100 | 110001 | 1010110 | 111 | 110000 |
Color Harmonies of #7B8272
Complementary color
Monochromatic Colors of #7B8272
Black with #7B8272
Text Example
Text Example
White with #7B8272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8272; }
p { color: rgb(123,130,114); }
H1.HeaderClassName
{
color: #7B8272;
}
.AnyTagClassName
{
color: #7B8272;
}
</style>
background-color css
<style>
a { background-color: #7B8272; }
a { background-color: rgb(123,130,114); }
div.DivClassName
{
background-color: #7B8272;
}
.BgClassName
{
background-color: #7B8272;
}
</style>
border-color css
<style>
span { border-color: #7B8272; }
span { border-color: rgb(123,130,114); }
td.TdClassName
{
border-color: #7B8272;
}
.TagClassName
{
border-color: #7B8272;
}
</style>