Shades of Olive Drab #748830
Tints of Olive Drab #748830
RGB
CMYK
RGB Variations
Color information
#748830 (or 0x748830) is known color: Olive Drab. HEX triplet: 74, 88 and 30. RGB value is (116,136,48). Sum of RGB (Red+Green+Blue) = 116+136+48=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #748830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748830 is #8B77CF. Grayscale: #787878. Windows color (decimal): -9140176 or 3180660. OLE color: 3180660.
HSL color Cylindrical-coordinate representation of color #748830: hue angle of 73.64º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #748830 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 48 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.47 |
| HSL | 73.64º | 0.48% | 0.36% | - |
| HSV(B) | 73.64º | 0.65% | 0.53% | - |
| XYZ | 16.54 | 21.53 | 6.08 | - |
| YUV | 119.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 48 | 0.15 | 0 | 0.65 | 0.47 | 73.64 | 0.48 | 0.36 |
| Hex | 74 | 88 | 30 | F | 0 | 41 | 2F | 4A | 30 | 24 |
| Octal | 164 | 210 | 60 | 17 | 0 | 101 | 57 | 112 | 60 | 44 |
| Binary | 1110100 | 10001000 | 110000 | 1111 | 0 | 1000001 | 101111 | 1001010 | 110000 | 100100 |
Color Harmonies of #748830
Complementary color
Monochromatic Colors of #748830
Black with #748830
Text Example
Text Example
White with #748830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748830; }
p { color: rgb(116,136,48); }
H1.HeaderClassName
{
color: #748830;
}
.AnyTagClassName
{
color: #748830;
}
</style>
background-color css
<style>
a { background-color: #748830; }
a { background-color: rgb(116,136,48); }
div.DivClassName
{
background-color: #748830;
}
.BgClassName
{
background-color: #748830;
}
</style>
border-color css
<style>
span { border-color: #748830; }
span { border-color: rgb(116,136,48); }
td.TdClassName
{
border-color: #748830;
}
.TagClassName
{
border-color: #748830;
}
</style>