Shades of Olive Drab #748826
Tints of Olive Drab #748826
RGB
CMYK
RGB Variations
Color information
#748826 (or 0x748826) is known color: Olive Drab. HEX triplet: 74, 88 and 26. RGB value is (116,136,38). Sum of RGB (Red+Green+Blue) = 116+136+38=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #748826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748826 is #8B77D9. Grayscale: #777777. Windows color (decimal): -9140186 or 2525300. OLE color: 2525300.
HSL color Cylindrical-coordinate representation of color #748826: hue angle of 72.24º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #748826 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 38 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.47 |
| HSL | 72.24º | 0.56% | 0.34% | - |
| HSV(B) | 72.24º | 0.72% | 0.53% | - |
| XYZ | 16.36 | 21.46 | 5.11 | - |
| YUV | 118.85 | 82.37 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 38 | 0.15 | 0 | 0.72 | 0.47 | 72.24 | 0.56 | 0.34 |
| Hex | 74 | 88 | 26 | F | 0 | 48 | 2F | 48 | 38 | 22 |
| Octal | 164 | 210 | 46 | 17 | 0 | 110 | 57 | 110 | 70 | 42 |
| Binary | 1110100 | 10001000 | 100110 | 1111 | 0 | 1001000 | 101111 | 1001000 | 111000 | 100010 |
Color Harmonies of #748826
Complementary color
Monochromatic Colors of #748826
Black with #748826
Text Example
Text Example
White with #748826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748826; }
p { color: rgb(116,136,38); }
H1.HeaderClassName
{
color: #748826;
}
.AnyTagClassName
{
color: #748826;
}
</style>
background-color css
<style>
a { background-color: #748826; }
a { background-color: rgb(116,136,38); }
div.DivClassName
{
background-color: #748826;
}
.BgClassName
{
background-color: #748826;
}
</style>
border-color css
<style>
span { border-color: #748826; }
span { border-color: rgb(116,136,38); }
td.TdClassName
{
border-color: #748826;
}
.TagClassName
{
border-color: #748826;
}
</style>