Shades of Olive Drab #748831
Tints of Olive Drab #748831
RGB
CMYK
RGB Variations
Color information
#748831 (or 0x748831) is known color: Olive Drab. HEX triplet: 74, 88 and 31. RGB value is (116,136,49). Sum of RGB (Red+Green+Blue) = 116+136+49=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #748831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748831 is #8B77CE. Grayscale: #787878. Windows color (decimal): -9140175 or 3246196. OLE color: 3246196.
HSL color Cylindrical-coordinate representation of color #748831: hue angle of 73.79º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #748831 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 49 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.47 |
| HSL | 73.79º | 0.47% | 0.36% | - |
| HSV(B) | 73.79º | 0.64% | 0.53% | - |
| XYZ | 16.56 | 21.54 | 6.19 | - |
| YUV | 120.1 | 87.87 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 49 | 0.15 | 0 | 0.64 | 0.47 | 73.79 | 0.47 | 0.36 |
| Hex | 74 | 88 | 31 | F | 0 | 40 | 2F | 4A | 2F | 24 |
| Octal | 164 | 210 | 61 | 17 | 0 | 100 | 57 | 112 | 57 | 44 |
| Binary | 1110100 | 10001000 | 110001 | 1111 | 0 | 1000000 | 101111 | 1001010 | 101111 | 100100 |
Color Harmonies of #748831
Complementary color
Monochromatic Colors of #748831
Black with #748831
Text Example
Text Example
White with #748831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748831; }
p { color: rgb(116,136,49); }
H1.HeaderClassName
{
color: #748831;
}
.AnyTagClassName
{
color: #748831;
}
</style>
background-color css
<style>
a { background-color: #748831; }
a { background-color: rgb(116,136,49); }
div.DivClassName
{
background-color: #748831;
}
.BgClassName
{
background-color: #748831;
}
</style>
border-color css
<style>
span { border-color: #748831; }
span { border-color: rgb(116,136,49); }
td.TdClassName
{
border-color: #748831;
}
.TagClassName
{
border-color: #748831;
}
</style>