Shades of Camouflage Green #758067
Tints of Camouflage Green #758067
RGB
CMYK
RGB Variations
Color information
#758067 (or 0x758067) is known color: Camouflage Green. HEX triplet: 75, 80 and 67. RGB value is (117,128,103). Sum of RGB (Red+Green+Blue) = 117+128+103=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 128 - color contains mainly: green. Hex color #758067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758067 is #8A7F98. Grayscale: #797979. Windows color (decimal): -9076633 or 6783093. OLE color: 6783093.
HSL color Cylindrical-coordinate representation of color #758067: hue angle of 86.4º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #758067 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 128 | 103 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.50 |
| HSL | 86.4º | 0.11% | 0.45% | - |
| HSV(B) | 86.4º | 0.2% | 0.5% | - |
| XYZ | 17.5 | 20.2 | 15.81 | - |
| YUV | 121.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 103 | 0.09 | 0 | 0.20 | 0.50 | 86.4 | 0.11 | 0.45 |
| Hex | 75 | 80 | 67 | 9 | 0 | 14 | 32 | 56 | B | 2D |
| Octal | 165 | 200 | 147 | 11 | 0 | 24 | 62 | 126 | 13 | 55 |
| Binary | 1110101 | 10000000 | 1100111 | 1001 | 0 | 10100 | 110010 | 1010110 | 1011 | 101101 |
Color Harmonies of #758067
Complementary color
Monochromatic Colors of #758067
Black with #758067
Text Example
Text Example
White with #758067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758067; }
p { color: rgb(117,128,103); }
H1.HeaderClassName
{
color: #758067;
}
.AnyTagClassName
{
color: #758067;
}
</style>
background-color css
<style>
a { background-color: #758067; }
a { background-color: rgb(117,128,103); }
div.DivClassName
{
background-color: #758067;
}
.BgClassName
{
background-color: #758067;
}
</style>
border-color css
<style>
span { border-color: #758067; }
span { border-color: rgb(117,128,103); }
td.TdClassName
{
border-color: #758067;
}
.TagClassName
{
border-color: #758067;
}
</style>