Shades of Camouflage Green #748B62
Tints of Camouflage Green #748B62
RGB
CMYK
RGB Variations
Color information
#748B62 (or 0x748B62) is known color: Camouflage Green. HEX triplet: 74, 8B and 62. RGB value is (116,139,98). Sum of RGB (Red+Green+Blue) = 116+139+98=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 139 - color contains mainly: green. Hex color #748B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B62 is #8B749D. Grayscale: #7F7F7F. Windows color (decimal): -9139358 or 6458228. OLE color: 6458228.
HSL color Cylindrical-coordinate representation of color #748B62: hue angle of 93.66º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #748B62 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 98 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.45 |
| HSL | 93.66º | 0.17% | 0.46% | - |
| HSV(B) | 93.66º | 0.29% | 0.55% | - |
| XYZ | 18.64 | 23.06 | 15.02 | - |
| YUV | 127.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 98 | 0.17 | 0 | 0.29 | 0.45 | 93.66 | 0.17 | 0.46 |
| Hex | 74 | 8B | 62 | 11 | 0 | 1D | 2D | 5E | 11 | 2E |
| Octal | 164 | 213 | 142 | 21 | 0 | 35 | 55 | 136 | 21 | 56 |
| Binary | 1110100 | 10001011 | 1100010 | 10001 | 0 | 11101 | 101101 | 1011110 | 10001 | 101110 |
Color Harmonies of #748B62
Complementary color
Monochromatic Colors of #748B62
Black with #748B62
Text Example
Text Example
White with #748B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B62; }
p { color: rgb(116,139,98); }
H1.HeaderClassName
{
color: #748B62;
}
.AnyTagClassName
{
color: #748B62;
}
</style>
background-color css
<style>
a { background-color: #748B62; }
a { background-color: rgb(116,139,98); }
div.DivClassName
{
background-color: #748B62;
}
.BgClassName
{
background-color: #748B62;
}
</style>
border-color css
<style>
span { border-color: #748B62; }
span { border-color: rgb(116,139,98); }
td.TdClassName
{
border-color: #748B62;
}
.TagClassName
{
border-color: #748B62;
}
</style>