Shades of Camouflage Green #748169
Tints of Camouflage Green #748169
RGB
CMYK
RGB Variations
Color information
#748169 (or 0x748169) is known color: Camouflage Green. HEX triplet: 74, 81 and 69. RGB value is (116,129,105). Sum of RGB (Red+Green+Blue) = 116+129+105=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 129 - color contains mainly: green. Hex color #748169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748169 is #8B7E96. Grayscale: #7A7A7A. Windows color (decimal): -9141911 or 6914420. OLE color: 6914420.
HSL color Cylindrical-coordinate representation of color #748169: hue angle of 92.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #748169 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 105 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.49 |
| HSL | 92.5º | 0.1% | 0.46% | - |
| HSV(B) | 92.5º | 0.19% | 0.51% | - |
| XYZ | 17.6 | 20.43 | 16.38 | - |
| YUV | 122.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 105 | 0.10 | 0 | 0.19 | 0.49 | 92.5 | 0.1 | 0.46 |
| Hex | 74 | 81 | 69 | A | 0 | 13 | 31 | 5C | A | 2E |
| Octal | 164 | 201 | 151 | 12 | 0 | 23 | 61 | 134 | 12 | 56 |
| Binary | 1110100 | 10000001 | 1101001 | 1010 | 0 | 10011 | 110001 | 1011100 | 1010 | 101110 |
Color Harmonies of #748169
Complementary color
Monochromatic Colors of #748169
Black with #748169
Text Example
Text Example
White with #748169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748169; }
p { color: rgb(116,129,105); }
H1.HeaderClassName
{
color: #748169;
}
.AnyTagClassName
{
color: #748169;
}
</style>
background-color css
<style>
a { background-color: #748169; }
a { background-color: rgb(116,129,105); }
div.DivClassName
{
background-color: #748169;
}
.BgClassName
{
background-color: #748169;
}
</style>
border-color css
<style>
span { border-color: #748169; }
span { border-color: rgb(116,129,105); }
td.TdClassName
{
border-color: #748169;
}
.TagClassName
{
border-color: #748169;
}
</style>