Shades of Camouflage Green #758A66
Tints of Camouflage Green #758A66
RGB
CMYK
RGB Variations
Color information
#758A66 (or 0x758A66) is known color: Camouflage Green. HEX triplet: 75, 8A and 66. RGB value is (117,138,102). Sum of RGB (Red+Green+Blue) = 117+138+102=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 138 - color contains mainly: green. Hex color #758A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A66 is #8A7599. Grayscale: #7F7F7F. Windows color (decimal): -9074074 or 6720117. OLE color: 6720117.
HSL color Cylindrical-coordinate representation of color #758A66: hue angle of 95º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #758A66 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 102 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.46 |
| HSL | 95º | 0.15% | 0.47% | - |
| HSV(B) | 95º | 0.26% | 0.54% | - |
| XYZ | 18.82 | 22.92 | 16 | - |
| YUV | 127.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 102 | 0.15 | 0 | 0.26 | 0.46 | 95 | 0.15 | 0.47 |
| Hex | 75 | 8A | 66 | F | 0 | 1A | 2E | 5F | F | 2F |
| Octal | 165 | 212 | 146 | 17 | 0 | 32 | 56 | 137 | 17 | 57 |
| Binary | 1110101 | 10001010 | 1100110 | 1111 | 0 | 11010 | 101110 | 1011111 | 1111 | 101111 |
Color Harmonies of #758A66
Complementary color
Monochromatic Colors of #758A66
Black with #758A66
Text Example
Text Example
White with #758A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A66; }
p { color: rgb(117,138,102); }
H1.HeaderClassName
{
color: #758A66;
}
.AnyTagClassName
{
color: #758A66;
}
</style>
background-color css
<style>
a { background-color: #758A66; }
a { background-color: rgb(117,138,102); }
div.DivClassName
{
background-color: #758A66;
}
.BgClassName
{
background-color: #758A66;
}
</style>
border-color css
<style>
span { border-color: #758A66; }
span { border-color: rgb(117,138,102); }
td.TdClassName
{
border-color: #758A66;
}
.TagClassName
{
border-color: #758A66;
}
</style>