Shades of Camouflage Green #868F7B
Tints of Camouflage Green #868F7B
RGB
CMYK
RGB Variations
Color information
#868F7B (or 0x868F7B) is known color: Camouflage Green. HEX triplet: 86, 8F and 7B. RGB value is (134,143,123). Sum of RGB (Red+Green+Blue) = 134+143+123=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 143 - color contains mainly: green. Hex color #868F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868F7B is #797084. Grayscale: #8A8A8A. Windows color (decimal): -7958661 or 8097670. OLE color: 8097670.
HSL color Cylindrical-coordinate representation of color #868F7B: hue angle of 87º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #868F7B is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 143 | 123 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.44 |
| HSL | 87º | 0.08% | 0.52% | - |
| HSV(B) | 87º | 0.14% | 0.56% | - |
| XYZ | 23.23 | 26.14 | 22.56 | - |
| YUV | 138.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 143 | 123 | 0.06 | 0 | 0.14 | 0.44 | 87 | 0.08 | 0.52 |
| Hex | 86 | 8F | 7B | 6 | 0 | E | 2C | 57 | 8 | 34 |
| Octal | 206 | 217 | 173 | 6 | 0 | 16 | 54 | 127 | 10 | 64 |
| Binary | 10000110 | 10001111 | 1111011 | 110 | 0 | 1110 | 101100 | 1010111 | 1000 | 110100 |
Color Harmonies of #868F7B
Complementary color
Monochromatic Colors of #868F7B
Black with #868F7B
Text Example
Text Example
White with #868F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868F7B; }
p { color: rgb(134,143,123); }
H1.HeaderClassName
{
color: #868F7B;
}
.AnyTagClassName
{
color: #868F7B;
}
</style>
background-color css
<style>
a { background-color: #868F7B; }
a { background-color: rgb(134,143,123); }
div.DivClassName
{
background-color: #868F7B;
}
.BgClassName
{
background-color: #868F7B;
}
</style>
border-color css
<style>
span { border-color: #868F7B; }
span { border-color: rgb(134,143,123); }
td.TdClassName
{
border-color: #868F7B;
}
.TagClassName
{
border-color: #868F7B;
}
</style>