Shades of Camouflage Green #748065
Tints of Camouflage Green #748065
RGB
CMYK
RGB Variations
Color information
#748065 (or 0x748065) is known color: Camouflage Green. HEX triplet: 74, 80 and 65. RGB value is (116,128,101). Sum of RGB (Red+Green+Blue) = 116+128+101=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 128 - color contains mainly: green. Hex color #748065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748065 is #8B7F9A. Grayscale: #797979. Windows color (decimal): -9142171 or 6652020. OLE color: 6652020.
HSL color Cylindrical-coordinate representation of color #748065: hue angle of 86.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #748065 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 101 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.50 |
| HSL | 86.67º | 0.12% | 0.45% | - |
| HSV(B) | 86.67º | 0.21% | 0.5% | - |
| XYZ | 17.27 | 20.09 | 15.28 | - |
| YUV | 121.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 101 | 0.09 | 0 | 0.21 | 0.50 | 86.67 | 0.12 | 0.45 |
| Hex | 74 | 80 | 65 | 9 | 0 | 15 | 32 | 57 | C | 2D |
| Octal | 164 | 200 | 145 | 11 | 0 | 25 | 62 | 127 | 14 | 55 |
| Binary | 1110100 | 10000000 | 1100101 | 1001 | 0 | 10101 | 110010 | 1010111 | 1100 | 101101 |
Color Harmonies of #748065
Complementary color
Monochromatic Colors of #748065
Black with #748065
Text Example
Text Example
White with #748065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748065; }
p { color: rgb(116,128,101); }
H1.HeaderClassName
{
color: #748065;
}
.AnyTagClassName
{
color: #748065;
}
</style>
background-color css
<style>
a { background-color: #748065; }
a { background-color: rgb(116,128,101); }
div.DivClassName
{
background-color: #748065;
}
.BgClassName
{
background-color: #748065;
}
</style>
border-color css
<style>
span { border-color: #748065; }
span { border-color: rgb(116,128,101); }
td.TdClassName
{
border-color: #748065;
}
.TagClassName
{
border-color: #748065;
}
</style>