Shades of Camouflage Green #748967
Tints of Camouflage Green #748967
RGB
CMYK
RGB Variations
Color information
#748967 (or 0x748967) is known color: Camouflage Green. HEX triplet: 74, 89 and 67. RGB value is (116,137,103). Sum of RGB (Red+Green+Blue) = 116+137+103=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #748967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748967 is #8B7698. Grayscale: #7E7E7E. Windows color (decimal): -9139865 or 6785396. OLE color: 6785396.
HSL color Cylindrical-coordinate representation of color #748967: 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 #748967 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 137 | 103 | - |
| 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.6 | 22.58 | 16.21 | - |
| YUV | 126.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 103 | 0.15 | 0 | 0.25 | 0.46 | 97.06 | 0.14 | 0.47 |
| Hex | 74 | 89 | 67 | F | 0 | 19 | 2E | 61 | E | 2F |
| Octal | 164 | 211 | 147 | 17 | 0 | 31 | 56 | 141 | 16 | 57 |
| Binary | 1110100 | 10001001 | 1100111 | 1111 | 0 | 11001 | 101110 | 1100001 | 1110 | 101111 |
Color Harmonies of #748967
Complementary color
Monochromatic Colors of #748967
Black with #748967
Text Example
Text Example
White with #748967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748967; }
p { color: rgb(116,137,103); }
H1.HeaderClassName
{
color: #748967;
}
.AnyTagClassName
{
color: #748967;
}
</style>
background-color css
<style>
a { background-color: #748967; }
a { background-color: rgb(116,137,103); }
div.DivClassName
{
background-color: #748967;
}
.BgClassName
{
background-color: #748967;
}
</style>
border-color css
<style>
span { border-color: #748967; }
span { border-color: rgb(116,137,103); }
td.TdClassName
{
border-color: #748967;
}
.TagClassName
{
border-color: #748967;
}
</style>