Shades of Camouflage Green #74826B
Tints of Camouflage Green #74826B
RGB
CMYK
RGB Variations
Color information
#74826B (or 0x74826B) is known color: Camouflage Green. HEX triplet: 74, 82 and 6B. RGB value is (116,130,107). Sum of RGB (Red+Green+Blue) = 116+130+107=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #74826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74826B is #8B7D94. Grayscale: #7B7B7B. Windows color (decimal): -9141653 or 7045748. OLE color: 7045748.
HSL color Cylindrical-coordinate representation of color #74826B: hue angle of 96.52º 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 #74826B is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 107 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.49 |
| HSL | 96.52º | 0.1% | 0.46% | - |
| HSV(B) | 96.52º | 0.18% | 0.51% | - |
| XYZ | 17.84 | 20.74 | 16.97 | - |
| YUV | 123.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 107 | 0.11 | 0 | 0.18 | 0.49 | 96.52 | 0.1 | 0.46 |
| Hex | 74 | 82 | 6B | B | 0 | 12 | 31 | 61 | A | 2E |
| Octal | 164 | 202 | 153 | 13 | 0 | 22 | 61 | 141 | 12 | 56 |
| Binary | 1110100 | 10000010 | 1101011 | 1011 | 0 | 10010 | 110001 | 1100001 | 1010 | 101110 |
Color Harmonies of #74826B
Complementary color
Monochromatic Colors of #74826B
Black with #74826B
Text Example
Text Example
White with #74826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74826B; }
p { color: rgb(116,130,107); }
H1.HeaderClassName
{
color: #74826B;
}
.AnyTagClassName
{
color: #74826B;
}
</style>
background-color css
<style>
a { background-color: #74826B; }
a { background-color: rgb(116,130,107); }
div.DivClassName
{
background-color: #74826B;
}
.BgClassName
{
background-color: #74826B;
}
</style>
border-color css
<style>
span { border-color: #74826B; }
span { border-color: rgb(116,130,107); }
td.TdClassName
{
border-color: #74826B;
}
.TagClassName
{
border-color: #74826B;
}
</style>