Shades of Camouflage Green #757A70
Tints of Camouflage Green #757A70
RGB
CMYK
RGB Variations
Color information
#757A70 (or 0x757A70) is known color: Camouflage Green. HEX triplet: 75, 7A and 70. RGB value is (117,122,112). Sum of RGB (Red+Green+Blue) = 117+122+112=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 122 - color contains mainly: green. Hex color #757A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A70 is #8A858F. Grayscale: #777777. Windows color (decimal): -9078160 or 7371381. OLE color: 7371381.
HSL color Cylindrical-coordinate representation of color #757A70: hue angle of 90º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #757A70 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
RGB | 117 | 122 | 112 | - |
CMYK | 0.04 | 0 | 0.08 | 0.52 |
HSL | 90º | 0.04% | 0.46% | - |
HSV(B) | 90º | 0.08% | 0.48% | - |
XYZ | 17.22 | 18.87 | 18.06 | - |
YUV | 119.37 | 123.84 | 126.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 117 | 122 | 112 | 0.04 | 0 | 0.08 | 0.52 | 90 | 0.04 | 0.46 |
Hex | 75 | 7A | 70 | 4 | 0 | 8 | 34 | 5A | 4 | 2E |
Octal | 165 | 172 | 160 | 4 | 0 | 10 | 64 | 132 | 4 | 56 |
Binary | 1110101 | 1111010 | 1110000 | 100 | 0 | 1000 | 110100 | 1011010 | 100 | 101110 |
Color Harmonies of #757A70
Complementary color
Monochromatic Colors of #757A70
Black with #757A70
Text Example
Text Example
White with #757A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A70; }
p { color: rgb(117,122,112); }
H1.HeaderClassName
{
color: #757A70;
}
.AnyTagClassName
{
color: #757A70;
}
</style>
background-color css
<style>
a { background-color: #757A70; }
a { background-color: rgb(117,122,112); }
div.DivClassName
{
background-color: #757A70;
}
.BgClassName
{
background-color: #757A70;
}
</style>
border-color css
<style>
span { border-color: #757A70; }
span { border-color: rgb(117,122,112); }
td.TdClassName
{
border-color: #757A70;
}
.TagClassName
{
border-color: #757A70;
}
</style>