Shades of Olive Drab #748823
Tints of Olive Drab #748823
RGB
CMYK
RGB Variations
Color information
#748823 (or 0x748823) is known color: Olive Drab. HEX triplet: 74, 88 and 23. RGB value is (116,136,35). Sum of RGB (Red+Green+Blue) = 116+136+35=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #748823 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748823 is #8B77DC. Grayscale: #767676. Windows color (decimal): -9140189 or 2328692. OLE color: 2328692.
HSL color Cylindrical-coordinate representation of color #748823: hue angle of 71.88º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #748823 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 35 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.47 |
| HSL | 71.88º | 0.59% | 0.34% | - |
| HSV(B) | 71.88º | 0.74% | 0.53% | - |
| XYZ | 16.31 | 21.44 | 4.87 | - |
| YUV | 118.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 35 | 0.15 | 0 | 0.74 | 0.47 | 71.88 | 0.59 | 0.34 |
| Hex | 74 | 88 | 23 | F | 0 | 4A | 2F | 48 | 3B | 22 |
| Octal | 164 | 210 | 43 | 17 | 0 | 112 | 57 | 110 | 73 | 42 |
| Binary | 1110100 | 10001000 | 100011 | 1111 | 0 | 1001010 | 101111 | 1001000 | 111011 | 100010 |
Color Harmonies of #748823
Complementary color
Monochromatic Colors of #748823
Black with #748823
Text Example
Text Example
White with #748823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748823; }
p { color: rgb(116,136,35); }
H1.HeaderClassName
{
color: #748823;
}
.AnyTagClassName
{
color: #748823;
}
</style>
background-color css
<style>
a { background-color: #748823; }
a { background-color: rgb(116,136,35); }
div.DivClassName
{
background-color: #748823;
}
.BgClassName
{
background-color: #748823;
}
</style>
border-color css
<style>
span { border-color: #748823; }
span { border-color: rgb(116,136,35); }
td.TdClassName
{
border-color: #748823;
}
.TagClassName
{
border-color: #748823;
}
</style>