Shades of Camouflage Green #7B8565
Tints of Camouflage Green #7B8565
RGB
CMYK
RGB Variations
Color information
#7B8565 (or 0x7B8565) is known color: Camouflage Green. HEX triplet: 7B, 85 and 65. RGB value is (123,133,101). Sum of RGB (Red+Green+Blue) = 123+133+101=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #7B8565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8565 is #847A9A. Grayscale: #7E7E7E. Windows color (decimal): -8682139 or 6653307. OLE color: 6653307.
HSL color Cylindrical-coordinate representation of color #7B8565: hue angle of 78.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B8565 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 101 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.48 |
| HSL | 78.75º | 0.14% | 0.46% | - |
| HSV(B) | 78.75º | 0.24% | 0.52% | - |
| XYZ | 18.9 | 21.93 | 15.55 | - |
| YUV | 126.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 101 | 0.08 | 0 | 0.24 | 0.48 | 78.75 | 0.14 | 0.46 |
| Hex | 7B | 85 | 65 | 8 | 0 | 18 | 30 | 4F | E | 2E |
| Octal | 173 | 205 | 145 | 10 | 0 | 30 | 60 | 117 | 16 | 56 |
| Binary | 1111011 | 10000101 | 1100101 | 1000 | 0 | 11000 | 110000 | 1001111 | 1110 | 101110 |
Color Harmonies of #7B8565
Complementary color
Monochromatic Colors of #7B8565
Black with #7B8565
Text Example
Text Example
White with #7B8565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8565; }
p { color: rgb(123,133,101); }
H1.HeaderClassName
{
color: #7B8565;
}
.AnyTagClassName
{
color: #7B8565;
}
</style>
background-color css
<style>
a { background-color: #7B8565; }
a { background-color: rgb(123,133,101); }
div.DivClassName
{
background-color: #7B8565;
}
.BgClassName
{
background-color: #7B8565;
}
</style>
border-color css
<style>
span { border-color: #7B8565; }
span { border-color: rgb(123,133,101); }
td.TdClassName
{
border-color: #7B8565;
}
.TagClassName
{
border-color: #7B8565;
}
</style>