Shades of Camouflage Green #758765
Tints of Camouflage Green #758765
RGB
CMYK
RGB Variations
Color information
#758765 (or 0x758765) is known color: Camouflage Green. HEX triplet: 75, 87 and 65. RGB value is (117,135,101). Sum of RGB (Red+Green+Blue) = 117+135+101=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #758765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758765 is #8A789A. Grayscale: #7D7D7D. Windows color (decimal): -9074843 or 6653813. OLE color: 6653813.
HSL color Cylindrical-coordinate representation of color #758765: hue angle of 91.76º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #758765 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 101 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.47 |
| HSL | 91.76º | 0.14% | 0.46% | - |
| HSV(B) | 91.76º | 0.25% | 0.53% | - |
| XYZ | 18.35 | 22.05 | 15.6 | - |
| YUV | 125.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 101 | 0.13 | 0 | 0.25 | 0.47 | 91.76 | 0.14 | 0.46 |
| Hex | 75 | 87 | 65 | D | 0 | 19 | 2F | 5C | E | 2E |
| Octal | 165 | 207 | 145 | 15 | 0 | 31 | 57 | 134 | 16 | 56 |
| Binary | 1110101 | 10000111 | 1100101 | 1101 | 0 | 11001 | 101111 | 1011100 | 1110 | 101110 |
Color Harmonies of #758765
Complementary color
Monochromatic Colors of #758765
Black with #758765
Text Example
Text Example
White with #758765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758765; }
p { color: rgb(117,135,101); }
H1.HeaderClassName
{
color: #758765;
}
.AnyTagClassName
{
color: #758765;
}
</style>
background-color css
<style>
a { background-color: #758765; }
a { background-color: rgb(117,135,101); }
div.DivClassName
{
background-color: #758765;
}
.BgClassName
{
background-color: #758765;
}
</style>
border-color css
<style>
span { border-color: #758765; }
span { border-color: rgb(117,135,101); }
td.TdClassName
{
border-color: #758765;
}
.TagClassName
{
border-color: #758765;
}
</style>