Shades of Camouflage Green #758764
Tints of Camouflage Green #758764
RGB
CMYK
RGB Variations
Color information
#758764 (or 0x758764) is known color: Camouflage Green. HEX triplet: 75, 87 and 64. RGB value is (117,135,100). Sum of RGB (Red+Green+Blue) = 117+135+100=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #758764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758764 is #8A789B. Grayscale: #7D7D7D. Windows color (decimal): -9074844 or 6588277. OLE color: 6588277.
HSL color Cylindrical-coordinate representation of color #758764: hue angle of 90.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 #758764 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 100 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.47 |
| HSL | 90.86º | 0.15% | 0.46% | - |
| HSV(B) | 90.86º | 0.26% | 0.53% | - |
| XYZ | 18.3 | 22.03 | 15.34 | - |
| YUV | 125.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 100 | 0.13 | 0 | 0.26 | 0.47 | 90.86 | 0.15 | 0.46 |
| Hex | 75 | 87 | 64 | D | 0 | 1A | 2F | 5B | F | 2E |
| Octal | 165 | 207 | 144 | 15 | 0 | 32 | 57 | 133 | 17 | 56 |
| Binary | 1110101 | 10000111 | 1100100 | 1101 | 0 | 11010 | 101111 | 1011011 | 1111 | 101110 |
Color Harmonies of #758764
Complementary color
Monochromatic Colors of #758764
Black with #758764
Text Example
Text Example
White with #758764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758764; }
p { color: rgb(117,135,100); }
H1.HeaderClassName
{
color: #758764;
}
.AnyTagClassName
{
color: #758764;
}
</style>
background-color css
<style>
a { background-color: #758764; }
a { background-color: rgb(117,135,100); }
div.DivClassName
{
background-color: #758764;
}
.BgClassName
{
background-color: #758764;
}
</style>
border-color css
<style>
span { border-color: #758764; }
span { border-color: rgb(117,135,100); }
td.TdClassName
{
border-color: #758764;
}
.TagClassName
{
border-color: #758764;
}
</style>