Shades of Olive Drab #748731
Tints of Olive Drab #748731
RGB
CMYK
RGB Variations
Color information
#748731 (or 0x748731) is known color: Olive Drab. HEX triplet: 74, 87 and 31. RGB value is (116,135,49). Sum of RGB (Red+Green+Blue) = 116+135+49=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #748731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748731 is #8B78CE. Grayscale: #777777. Windows color (decimal): -9140431 or 3245940. OLE color: 3245940.
HSL color Cylindrical-coordinate representation of color #748731: hue angle of 73.26º 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 #748731 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 49 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.47 |
| HSL | 73.26º | 0.47% | 0.36% | - |
| HSV(B) | 73.26º | 0.64% | 0.53% | - |
| XYZ | 16.42 | 21.26 | 6.14 | - |
| YUV | 119.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 49 | 0.14 | 0 | 0.64 | 0.47 | 73.26 | 0.47 | 0.36 |
| Hex | 74 | 87 | 31 | E | 0 | 40 | 2F | 49 | 2F | 24 |
| Octal | 164 | 207 | 61 | 16 | 0 | 100 | 57 | 111 | 57 | 44 |
| Binary | 1110100 | 10000111 | 110001 | 1110 | 0 | 1000000 | 101111 | 1001001 | 101111 | 100100 |
Color Harmonies of #748731
Complementary color
Monochromatic Colors of #748731
Black with #748731
Text Example
Text Example
White with #748731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748731; }
p { color: rgb(116,135,49); }
H1.HeaderClassName
{
color: #748731;
}
.AnyTagClassName
{
color: #748731;
}
</style>
background-color css
<style>
a { background-color: #748731; }
a { background-color: rgb(116,135,49); }
div.DivClassName
{
background-color: #748731;
}
.BgClassName
{
background-color: #748731;
}
</style>
border-color css
<style>
span { border-color: #748731; }
span { border-color: rgb(116,135,49); }
td.TdClassName
{
border-color: #748731;
}
.TagClassName
{
border-color: #748731;
}
</style>