Shades of Camouflage Green #7B8564
Tints of Camouflage Green #7B8564
RGB
CMYK
RGB Variations
Color information
#7B8564 (or 0x7B8564) is known color: Camouflage Green. HEX triplet: 7B, 85 and 64. RGB value is (123,133,100). Sum of RGB (Red+Green+Blue) = 123+133+100=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #7B8564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8564 is #847A9B. Grayscale: #7E7E7E. Windows color (decimal): -8682140 or 6587771. OLE color: 6587771.
HSL color Cylindrical-coordinate representation of color #7B8564: hue angle of 78.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B8564 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 100 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.48 |
| HSL | 78.18º | 0.14% | 0.46% | - |
| HSV(B) | 78.18º | 0.25% | 0.52% | - |
| XYZ | 18.86 | 21.91 | 15.29 | - |
| YUV | 126.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 100 | 0.08 | 0 | 0.25 | 0.48 | 78.18 | 0.14 | 0.46 |
| Hex | 7B | 85 | 64 | 8 | 0 | 19 | 30 | 4E | E | 2E |
| Octal | 173 | 205 | 144 | 10 | 0 | 31 | 60 | 116 | 16 | 56 |
| Binary | 1111011 | 10000101 | 1100100 | 1000 | 0 | 11001 | 110000 | 1001110 | 1110 | 101110 |
Color Harmonies of #7B8564
Complementary color
Monochromatic Colors of #7B8564
Black with #7B8564
Text Example
Text Example
White with #7B8564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8564; }
p { color: rgb(123,133,100); }
H1.HeaderClassName
{
color: #7B8564;
}
.AnyTagClassName
{
color: #7B8564;
}
</style>
background-color css
<style>
a { background-color: #7B8564; }
a { background-color: rgb(123,133,100); }
div.DivClassName
{
background-color: #7B8564;
}
.BgClassName
{
background-color: #7B8564;
}
</style>
border-color css
<style>
span { border-color: #7B8564; }
span { border-color: rgb(123,133,100); }
td.TdClassName
{
border-color: #7B8564;
}
.TagClassName
{
border-color: #7B8564;
}
</style>