Shades of Camouflage Green #7B8B68
Tints of Camouflage Green #7B8B68
RGB
CMYK
RGB Variations
Color information
#7B8B68 (or 0x7B8B68) is known color: Camouflage Green. HEX triplet: 7B, 8B and 68. RGB value is (123,139,104). Sum of RGB (Red+Green+Blue) = 123+139+104=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 139 - color contains mainly: green. Hex color #7B8B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8B68 is #847497. Grayscale: #828282. Windows color (decimal): -8680600 or 6851451. OLE color: 6851451.
HSL color Cylindrical-coordinate representation of color #7B8B68: hue angle of 87.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B8B68 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 139 | 104 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.45 |
| HSL | 87.43º | 0.14% | 0.48% | - |
| HSV(B) | 87.43º | 0.25% | 0.55% | - |
| XYZ | 19.9 | 23.68 | 16.62 | - |
| YUV | 130.23 | 113.2 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 139 | 104 | 0.12 | 0 | 0.25 | 0.45 | 87.43 | 0.14 | 0.48 |
| Hex | 7B | 8B | 68 | C | 0 | 19 | 2D | 57 | E | 30 |
| Octal | 173 | 213 | 150 | 14 | 0 | 31 | 55 | 127 | 16 | 60 |
| Binary | 1111011 | 10001011 | 1101000 | 1100 | 0 | 11001 | 101101 | 1010111 | 1110 | 110000 |
Color Harmonies of #7B8B68
Complementary color
Monochromatic Colors of #7B8B68
Black with #7B8B68
Text Example
Text Example
White with #7B8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8B68; }
p { color: rgb(123,139,104); }
H1.HeaderClassName
{
color: #7B8B68;
}
.AnyTagClassName
{
color: #7B8B68;
}
</style>
background-color css
<style>
a { background-color: #7B8B68; }
a { background-color: rgb(123,139,104); }
div.DivClassName
{
background-color: #7B8B68;
}
.BgClassName
{
background-color: #7B8B68;
}
</style>
border-color css
<style>
span { border-color: #7B8B68; }
span { border-color: rgb(123,139,104); }
td.TdClassName
{
border-color: #7B8B68;
}
.TagClassName
{
border-color: #7B8B68;
}
</style>