Shades of Camouflage Green #75836C
Tints of Camouflage Green #75836C
RGB
CMYK
RGB Variations
Color information
#75836C (or 0x75836C) is known color: Camouflage Green. HEX triplet: 75, 83 and 6C. RGB value is (117,131,108). Sum of RGB (Red+Green+Blue) = 117+131+108=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 131 - color contains mainly: green. Hex color #75836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75836C is #8A7C93. Grayscale: #7C7C7C. Windows color (decimal): -9075860 or 7111541. OLE color: 7111541.
HSL color Cylindrical-coordinate representation of color #75836C: hue angle of 96.52º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #75836C is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 131 | 108 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.49 |
| HSL | 96.52º | 0.1% | 0.47% | - |
| HSV(B) | 96.52º | 0.18% | 0.51% | - |
| XYZ | 18.16 | 21.1 | 17.3 | - |
| YUV | 124.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 108 | 0.11 | 0 | 0.18 | 0.49 | 96.52 | 0.1 | 0.47 |
| Hex | 75 | 83 | 6C | B | 0 | 12 | 31 | 61 | A | 2F |
| Octal | 165 | 203 | 154 | 13 | 0 | 22 | 61 | 141 | 12 | 57 |
| Binary | 1110101 | 10000011 | 1101100 | 1011 | 0 | 10010 | 110001 | 1100001 | 1010 | 101111 |
Color Harmonies of #75836C
Complementary color
Monochromatic Colors of #75836C
Black with #75836C
Text Example
Text Example
White with #75836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75836C; }
p { color: rgb(117,131,108); }
H1.HeaderClassName
{
color: #75836C;
}
.AnyTagClassName
{
color: #75836C;
}
</style>
background-color css
<style>
a { background-color: #75836C; }
a { background-color: rgb(117,131,108); }
div.DivClassName
{
background-color: #75836C;
}
.BgClassName
{
background-color: #75836C;
}
</style>
border-color css
<style>
span { border-color: #75836C; }
span { border-color: rgb(117,131,108); }
td.TdClassName
{
border-color: #75836C;
}
.TagClassName
{
border-color: #75836C;
}
</style>