Shades of Camouflage Green #7B8768
Tints of Camouflage Green #7B8768
RGB
CMYK
RGB Variations
Color information
#7B8768 (or 0x7B8768) is known color: Camouflage Green. HEX triplet: 7B, 87 and 68. RGB value is (123,135,104). Sum of RGB (Red+Green+Blue) = 123+135+104=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #7B8768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8768 is #847897. Grayscale: #7F7F7F. Windows color (decimal): -8681624 or 6850427. OLE color: 6850427.
HSL color Cylindrical-coordinate representation of color #7B8768: hue angle of 83.23º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B8768 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 135 | 104 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.47 |
| HSL | 83.23º | 0.13% | 0.47% | - |
| HSV(B) | 83.23º | 0.23% | 0.53% | - |
| XYZ | 19.33 | 22.54 | 16.43 | - |
| YUV | 127.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 104 | 0.09 | 0 | 0.23 | 0.47 | 83.23 | 0.13 | 0.47 |
| Hex | 7B | 87 | 68 | 9 | 0 | 17 | 2F | 53 | D | 2F |
| Octal | 173 | 207 | 150 | 11 | 0 | 27 | 57 | 123 | 15 | 57 |
| Binary | 1111011 | 10000111 | 1101000 | 1001 | 0 | 10111 | 101111 | 1010011 | 1101 | 101111 |
Color Harmonies of #7B8768
Complementary color
Monochromatic Colors of #7B8768
Black with #7B8768
Text Example
Text Example
White with #7B8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8768; }
p { color: rgb(123,135,104); }
H1.HeaderClassName
{
color: #7B8768;
}
.AnyTagClassName
{
color: #7B8768;
}
</style>
background-color css
<style>
a { background-color: #7B8768; }
a { background-color: rgb(123,135,104); }
div.DivClassName
{
background-color: #7B8768;
}
.BgClassName
{
background-color: #7B8768;
}
</style>
border-color css
<style>
span { border-color: #7B8768; }
span { border-color: rgb(123,135,104); }
td.TdClassName
{
border-color: #7B8768;
}
.TagClassName
{
border-color: #7B8768;
}
</style>