Shades of Camouflage Green #75866A
Tints of Camouflage Green #75866A
RGB
CMYK
RGB Variations
Color information
#75866A (or 0x75866A) is known color: Camouflage Green. HEX triplet: 75, 86 and 6A. RGB value is (117,134,106). Sum of RGB (Red+Green+Blue) = 117+134+106=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #75866A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75866A is #8A7995. Grayscale: #7D7D7D. Windows color (decimal): -9075094 or 6981237. OLE color: 6981237.
HSL color Cylindrical-coordinate representation of color #75866A: hue angle of 96.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75866A is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 134 | 106 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.47 |
| HSL | 96.43º | 0.12% | 0.47% | - |
| HSV(B) | 96.43º | 0.21% | 0.53% | - |
| XYZ | 18.46 | 21.87 | 16.88 | - |
| YUV | 125.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 106 | 0.13 | 0 | 0.21 | 0.47 | 96.43 | 0.12 | 0.47 |
| Hex | 75 | 86 | 6A | D | 0 | 15 | 2F | 60 | C | 2F |
| Octal | 165 | 206 | 152 | 15 | 0 | 25 | 57 | 140 | 14 | 57 |
| Binary | 1110101 | 10000110 | 1101010 | 1101 | 0 | 10101 | 101111 | 1100000 | 1100 | 101111 |
Color Harmonies of #75866A
Complementary color
Monochromatic Colors of #75866A
Black with #75866A
Text Example
Text Example
White with #75866A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75866A; }
p { color: rgb(117,134,106); }
H1.HeaderClassName
{
color: #75866A;
}
.AnyTagClassName
{
color: #75866A;
}
</style>
background-color css
<style>
a { background-color: #75866A; }
a { background-color: rgb(117,134,106); }
div.DivClassName
{
background-color: #75866A;
}
.BgClassName
{
background-color: #75866A;
}
</style>
border-color css
<style>
span { border-color: #75866A; }
span { border-color: rgb(117,134,106); }
td.TdClassName
{
border-color: #75866A;
}
.TagClassName
{
border-color: #75866A;
}
</style>