Shades of Camouflage Green #838F6C
Tints of Camouflage Green #838F6C
RGB
CMYK
RGB Variations
Color information
#838F6C (or 0x838F6C) is known color: Camouflage Green. HEX triplet: 83, 8F and 6C. RGB value is (131,143,108). Sum of RGB (Red+Green+Blue) = 131+143+108=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 143 - color contains mainly: green. Hex color #838F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838F6C is #7C7093. Grayscale: #878787. Windows color (decimal): -8155284 or 7114627. OLE color: 7114627.
HSL color Cylindrical-coordinate representation of color #838F6C: hue angle of 80.57º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #838F6C is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 143 | 108 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.44 |
| HSL | 80.57º | 0.14% | 0.49% | - |
| HSV(B) | 80.57º | 0.24% | 0.56% | - |
| XYZ | 21.89 | 25.55 | 17.97 | - |
| YUV | 135.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 108 | 0.08 | 0 | 0.24 | 0.44 | 80.57 | 0.14 | 0.49 |
| Hex | 83 | 8F | 6C | 8 | 0 | 18 | 2C | 51 | E | 31 |
| Octal | 203 | 217 | 154 | 10 | 0 | 30 | 54 | 121 | 16 | 61 |
| Binary | 10000011 | 10001111 | 1101100 | 1000 | 0 | 11000 | 101100 | 1010001 | 1110 | 110001 |
Color Harmonies of #838F6C
Complementary color
Monochromatic Colors of #838F6C
Black with #838F6C
Text Example
Text Example
White with #838F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838F6C; }
p { color: rgb(131,143,108); }
H1.HeaderClassName
{
color: #838F6C;
}
.AnyTagClassName
{
color: #838F6C;
}
</style>
background-color css
<style>
a { background-color: #838F6C; }
a { background-color: rgb(131,143,108); }
div.DivClassName
{
background-color: #838F6C;
}
.BgClassName
{
background-color: #838F6C;
}
</style>
border-color css
<style>
span { border-color: #838F6C; }
span { border-color: rgb(131,143,108); }
td.TdClassName
{
border-color: #838F6C;
}
.TagClassName
{
border-color: #838F6C;
}
</style>