Shades of Camouflage Green #758267
Tints of Camouflage Green #758267
RGB
CMYK
RGB Variations
Color information
#758267 (or 0x758267) is known color: Camouflage Green. HEX triplet: 75, 82 and 67. RGB value is (117,130,103). Sum of RGB (Red+Green+Blue) = 117+130+103=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #758267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758267 is #8A7D98. Grayscale: #7B7B7B. Windows color (decimal): -9076121 or 6783605. OLE color: 6783605.
HSL color Cylindrical-coordinate representation of color #758267: hue angle of 88.89º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #758267 is Cyan = 0.1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 103 | - |
| CMYK | 0.1 | 0 | 0.21 | 0.49 |
| HSL | 88.89º | 0.12% | 0.46% | - |
| HSV(B) | 88.89º | 0.21% | 0.51% | - |
| XYZ | 17.77 | 20.73 | 15.9 | - |
| YUV | 123.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 103 | 0.1 | 0 | 0.21 | 0.49 | 88.89 | 0.12 | 0.46 |
| Hex | 75 | 82 | 67 | A | 0 | 15 | 31 | 59 | C | 2E |
| Octal | 165 | 202 | 147 | 12 | 0 | 25 | 61 | 131 | 14 | 56 |
| Binary | 1110101 | 10000010 | 1100111 | 1010 | 0 | 10101 | 110001 | 1011001 | 1100 | 101110 |
Color Harmonies of #758267
Complementary color
Monochromatic Colors of #758267
Black with #758267
Text Example
Text Example
White with #758267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758267; }
p { color: rgb(117,130,103); }
H1.HeaderClassName
{
color: #758267;
}
.AnyTagClassName
{
color: #758267;
}
</style>
background-color css
<style>
a { background-color: #758267; }
a { background-color: rgb(117,130,103); }
div.DivClassName
{
background-color: #758267;
}
.BgClassName
{
background-color: #758267;
}
</style>
border-color css
<style>
span { border-color: #758267; }
span { border-color: rgb(117,130,103); }
td.TdClassName
{
border-color: #758267;
}
.TagClassName
{
border-color: #758267;
}
</style>