Shades of Olive Drab #748F30
Tints of Olive Drab #748F30
RGB
CMYK
RGB Variations
Color information
#748F30 (or 0x748F30) is known color: Olive Drab. HEX triplet: 74, 8F and 30. RGB value is (116,143,48). Sum of RGB (Red+Green+Blue) = 116+143+48=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 143 - color contains mainly: green. Hex color #748F30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748F30 is #8B70CF. Grayscale: #7C7C7C. Windows color (decimal): -9138384 or 3182452. OLE color: 3182452.
HSL color Cylindrical-coordinate representation of color #748F30: hue angle of 77.05º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #748F30 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 143 | 48 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.44 |
| HSL | 77.05º | 0.5% | 0.37% | - |
| HSV(B) | 77.05º | 0.66% | 0.56% | - |
| XYZ | 17.56 | 23.57 | 6.42 | - |
| YUV | 124.1 | 85.05 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 48 | 0.19 | 0 | 0.66 | 0.44 | 77.05 | 0.5 | 0.37 |
| Hex | 74 | 8F | 30 | 13 | 0 | 42 | 2C | 4D | 32 | 25 |
| Octal | 164 | 217 | 60 | 23 | 0 | 102 | 54 | 115 | 62 | 45 |
| Binary | 1110100 | 10001111 | 110000 | 10011 | 0 | 1000010 | 101100 | 1001101 | 110010 | 100101 |
Color Harmonies of #748F30
Complementary color
Monochromatic Colors of #748F30
Black with #748F30
Text Example
Text Example
White with #748F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748F30; }
p { color: rgb(116,143,48); }
H1.HeaderClassName
{
color: #748F30;
}
.AnyTagClassName
{
color: #748F30;
}
</style>
background-color css
<style>
a { background-color: #748F30; }
a { background-color: rgb(116,143,48); }
div.DivClassName
{
background-color: #748F30;
}
.BgClassName
{
background-color: #748F30;
}
</style>
border-color css
<style>
span { border-color: #748F30; }
span { border-color: rgb(116,143,48); }
td.TdClassName
{
border-color: #748F30;
}
.TagClassName
{
border-color: #748F30;
}
</style>