Shades of Camouflage Green #748667
Tints of Camouflage Green #748667
RGB
CMYK
RGB Variations
Color information
#748667 (or 0x748667) is known color: Camouflage Green. HEX triplet: 74, 86 and 67. RGB value is (116,134,103). Sum of RGB (Red+Green+Blue) = 116+134+103=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #748667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748667 is #8B7998. Grayscale: #7D7D7D. Windows color (decimal): -9140633 or 6784628. OLE color: 6784628.
HSL color Cylindrical-coordinate representation of color #748667: hue angle of 94.84º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #748667 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 134 | 103 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.47 |
| HSL | 94.84º | 0.13% | 0.46% | - |
| HSV(B) | 94.84º | 0.23% | 0.53% | - |
| XYZ | 18.18 | 21.74 | 16.07 | - |
| YUV | 125.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 103 | 0.13 | 0 | 0.23 | 0.47 | 94.84 | 0.13 | 0.46 |
| Hex | 74 | 86 | 67 | D | 0 | 17 | 2F | 5F | D | 2E |
| Octal | 164 | 206 | 147 | 15 | 0 | 27 | 57 | 137 | 15 | 56 |
| Binary | 1110100 | 10000110 | 1100111 | 1101 | 0 | 10111 | 101111 | 1011111 | 1101 | 101110 |
Color Harmonies of #748667
Complementary color
Monochromatic Colors of #748667
Black with #748667
Text Example
Text Example
White with #748667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748667; }
p { color: rgb(116,134,103); }
H1.HeaderClassName
{
color: #748667;
}
.AnyTagClassName
{
color: #748667;
}
</style>
background-color css
<style>
a { background-color: #748667; }
a { background-color: rgb(116,134,103); }
div.DivClassName
{
background-color: #748667;
}
.BgClassName
{
background-color: #748667;
}
</style>
border-color css
<style>
span { border-color: #748667; }
span { border-color: rgb(116,134,103); }
td.TdClassName
{
border-color: #748667;
}
.TagClassName
{
border-color: #748667;
}
</style>