Shades of Camouflage Green #7D8865
Tints of Camouflage Green #7D8865
RGB
CMYK
RGB Variations
Color information
#7D8865 (or 0x7D8865) is known color: Camouflage Green. HEX triplet: 7D, 88 and 65. RGB value is (125,136,101). Sum of RGB (Red+Green+Blue) = 125+136+101=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8865 is #82779A. Grayscale: #808080. Windows color (decimal): -8550299 or 6654077. OLE color: 6654077.
HSL color Cylindrical-coordinate representation of color #7D8865: hue angle of 78.86º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D8865 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 101 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.47 |
| HSL | 78.86º | 0.15% | 0.46% | - |
| HSV(B) | 78.86º | 0.26% | 0.53% | - |
| XYZ | 19.61 | 22.91 | 15.7 | - |
| YUV | 128.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 101 | 0.08 | 0 | 0.26 | 0.47 | 78.86 | 0.15 | 0.46 |
| Hex | 7D | 88 | 65 | 8 | 0 | 1A | 2F | 4F | F | 2E |
| Octal | 175 | 210 | 145 | 10 | 0 | 32 | 57 | 117 | 17 | 56 |
| Binary | 1111101 | 10001000 | 1100101 | 1000 | 0 | 11010 | 101111 | 1001111 | 1111 | 101110 |
Color Harmonies of #7D8865
Complementary color
Monochromatic Colors of #7D8865
Black with #7D8865
Text Example
Text Example
White with #7D8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8865; }
p { color: rgb(125,136,101); }
H1.HeaderClassName
{
color: #7D8865;
}
.AnyTagClassName
{
color: #7D8865;
}
</style>
background-color css
<style>
a { background-color: #7D8865; }
a { background-color: rgb(125,136,101); }
div.DivClassName
{
background-color: #7D8865;
}
.BgClassName
{
background-color: #7D8865;
}
</style>
border-color css
<style>
span { border-color: #7D8865; }
span { border-color: rgb(125,136,101); }
td.TdClassName
{
border-color: #7D8865;
}
.TagClassName
{
border-color: #7D8865;
}
</style>