Shades of Camouflage Green #748965
Tints of Camouflage Green #748965
RGB
CMYK
RGB Variations
Color information
#748965 (or 0x748965) is known color: Camouflage Green. HEX triplet: 74, 89 and 65. RGB value is (116,137,101). Sum of RGB (Red+Green+Blue) = 116+137+101=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #748965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748965 is #8B769A. Grayscale: #7E7E7E. Windows color (decimal): -9139867 or 6654324. OLE color: 6654324.
HSL color Cylindrical-coordinate representation of color #748965: hue angle of 95º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #748965 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 137 | 101 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.46 |
| HSL | 95º | 0.15% | 0.47% | - |
| HSV(B) | 95º | 0.26% | 0.54% | - |
| XYZ | 18.5 | 22.54 | 15.69 | - |
| YUV | 126.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 101 | 0.15 | 0 | 0.26 | 0.46 | 95 | 0.15 | 0.47 |
| Hex | 74 | 89 | 65 | F | 0 | 1A | 2E | 5F | F | 2F |
| Octal | 164 | 211 | 145 | 17 | 0 | 32 | 56 | 137 | 17 | 57 |
| Binary | 1110100 | 10001001 | 1100101 | 1111 | 0 | 11010 | 101110 | 1011111 | 1111 | 101111 |
Color Harmonies of #748965
Complementary color
Monochromatic Colors of #748965
Black with #748965
Text Example
Text Example
White with #748965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748965; }
p { color: rgb(116,137,101); }
H1.HeaderClassName
{
color: #748965;
}
.AnyTagClassName
{
color: #748965;
}
</style>
background-color css
<style>
a { background-color: #748965; }
a { background-color: rgb(116,137,101); }
div.DivClassName
{
background-color: #748965;
}
.BgClassName
{
background-color: #748965;
}
</style>
border-color css
<style>
span { border-color: #748965; }
span { border-color: rgb(116,137,101); }
td.TdClassName
{
border-color: #748965;
}
.TagClassName
{
border-color: #748965;
}
</style>