Shades of Camouflage Green #75826B
Tints of Camouflage Green #75826B
RGB
CMYK
RGB Variations
Color information
#75826B (or 0x75826B) is known color: Camouflage Green. HEX triplet: 75, 82 and 6B. RGB value is (117,130,107). Sum of RGB (Red+Green+Blue) = 117+130+107=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 130 - color contains mainly: green. Hex color #75826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75826B is #8A7D94. Grayscale: #7B7B7B. Windows color (decimal): -9076117 or 7045749. OLE color: 7045749.
HSL color Cylindrical-coordinate representation of color #75826B: hue angle of 93.91º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #75826B is Cyan = 0.1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 107 | - |
| CMYK | 0.1 | 0 | 0.18 | 0.49 |
| HSL | 93.91º | 0.1% | 0.46% | - |
| HSV(B) | 93.91º | 0.18% | 0.51% | - |
| XYZ | 17.97 | 20.81 | 16.98 | - |
| YUV | 123.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 107 | 0.1 | 0 | 0.18 | 0.49 | 93.91 | 0.1 | 0.46 |
| Hex | 75 | 82 | 6B | A | 0 | 12 | 31 | 5E | A | 2E |
| Octal | 165 | 202 | 153 | 12 | 0 | 22 | 61 | 136 | 12 | 56 |
| Binary | 1110101 | 10000010 | 1101011 | 1010 | 0 | 10010 | 110001 | 1011110 | 1010 | 101110 |
Color Harmonies of #75826B
Complementary color
Monochromatic Colors of #75826B
Black with #75826B
Text Example
Text Example
White with #75826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75826B; }
p { color: rgb(117,130,107); }
H1.HeaderClassName
{
color: #75826B;
}
.AnyTagClassName
{
color: #75826B;
}
</style>
background-color css
<style>
a { background-color: #75826B; }
a { background-color: rgb(117,130,107); }
div.DivClassName
{
background-color: #75826B;
}
.BgClassName
{
background-color: #75826B;
}
</style>
border-color css
<style>
span { border-color: #75826B; }
span { border-color: rgb(117,130,107); }
td.TdClassName
{
border-color: #75826B;
}
.TagClassName
{
border-color: #75826B;
}
</style>