Shades of Camouflage Green #758A68
Tints of Camouflage Green #758A68
RGB
CMYK
RGB Variations
Color information
#758A68 (or 0x758A68) is known color: Camouflage Green. HEX triplet: 75, 8A and 68. RGB value is (117,138,104). Sum of RGB (Red+Green+Blue) = 117+138+104=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 138 - color contains mainly: green. Hex color #758A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A68 is #8A7597. Grayscale: #7F7F7F. Windows color (decimal): -9074072 or 6851189. OLE color: 6851189.
HSL color Cylindrical-coordinate representation of color #758A68: hue angle of 97.06º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #758A68 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 104 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.46 |
| HSL | 97.06º | 0.14% | 0.47% | - |
| HSV(B) | 97.06º | 0.25% | 0.54% | - |
| XYZ | 18.92 | 22.96 | 16.53 | - |
| YUV | 127.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 104 | 0.15 | 0 | 0.25 | 0.46 | 97.06 | 0.14 | 0.47 |
| Hex | 75 | 8A | 68 | F | 0 | 19 | 2E | 61 | E | 2F |
| Octal | 165 | 212 | 150 | 17 | 0 | 31 | 56 | 141 | 16 | 57 |
| Binary | 1110101 | 10001010 | 1101000 | 1111 | 0 | 11001 | 101110 | 1100001 | 1110 | 101111 |
Color Harmonies of #758A68
Complementary color
Monochromatic Colors of #758A68
Black with #758A68
Text Example
Text Example
White with #758A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A68; }
p { color: rgb(117,138,104); }
H1.HeaderClassName
{
color: #758A68;
}
.AnyTagClassName
{
color: #758A68;
}
</style>
background-color css
<style>
a { background-color: #758A68; }
a { background-color: rgb(117,138,104); }
div.DivClassName
{
background-color: #758A68;
}
.BgClassName
{
background-color: #758A68;
}
</style>
border-color css
<style>
span { border-color: #758A68; }
span { border-color: rgb(117,138,104); }
td.TdClassName
{
border-color: #758A68;
}
.TagClassName
{
border-color: #758A68;
}
</style>