Shades of Olive #748A00
Tints of Olive #748A00
RGB
CMYK
RGB Variations
Color information
#748A00 (or 0x748A00) is known color: Olive. HEX triplet: 74, 8A and 00. RGB value is (116,138,0). Sum of RGB (Red+Green+Blue) = 116+138+0=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 138 (54.30% from 255 or 54.33% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 138 - color contains mainly: green. Hex color #748A00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748A00 is #8B75FF. Grayscale: #747474. Windows color (decimal): -9139712 or 35444. OLE color: 35444.
HSL color Cylindrical-coordinate representation of color #748A00: hue angle of 69.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #748A00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 138 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.46 |
| HSL | 69.57º | 1% | 0.27% | - |
| HSV(B) | 69.57º | 1% | 0.54% | - |
| XYZ | 16.29 | 21.89 | 3.37 | - |
| YUV | 115.69 | 62.71 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 0 | 0.16 | 0 | 1 | 0.46 | 69.57 | 1 | 0.27 |
| Hex | 74 | 8A | 0 | 10 | 0 | 64 | 2E | 46 | 64 | 1B |
| Octal | 164 | 212 | 0 | 20 | 0 | 144 | 56 | 106 | 144 | 33 |
| Binary | 1110100 | 10001010 | 0 | 10000 | 0 | 1100100 | 101110 | 1000110 | 1100100 | 11011 |
Color Harmonies of #748A00
Complementary color
Monochromatic Colors of #748A00
Black with #748A00
Text Example
Text Example
White with #748A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A00; }
p { color: rgb(116,138,0); }
H1.HeaderClassName
{
color: #748A00;
}
.AnyTagClassName
{
color: #748A00;
}
</style>
background-color css
<style>
a { background-color: #748A00; }
a { background-color: rgb(116,138,0); }
div.DivClassName
{
background-color: #748A00;
}
.BgClassName
{
background-color: #748A00;
}
</style>
border-color css
<style>
span { border-color: #748A00; }
span { border-color: rgb(116,138,0); }
td.TdClassName
{
border-color: #748A00;
}
.TagClassName
{
border-color: #748A00;
}
</style>