Shades of Olive #748C09
Tints of Olive #748C09
RGB
CMYK
RGB Variations
Color information
#748C09 (or 0x748C09) is known color: Olive. HEX triplet: 74, 8C and 09. RGB value is (116,140,9). Sum of RGB (Red+Green+Blue) = 116+140+9=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #748C09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748C09 is #8B73F6. Grayscale: #767676. Windows color (decimal): -9139191 or 625780. OLE color: 625780.
HSL color Cylindrical-coordinate representation of color #748C09: hue angle of 70.99º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #748C09 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 140 | 9 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.45 |
| HSL | 70.99º | 0.88% | 0.29% | - |
| HSV(B) | 70.99º | 0.94% | 0.55% | - |
| XYZ | 16.63 | 22.49 | 3.72 | - |
| YUV | 117.89 | 66.55 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 9 | 0.17 | 0 | 0.94 | 0.45 | 70.99 | 0.88 | 0.29 |
| Hex | 74 | 8C | 9 | 11 | 0 | 5E | 2D | 47 | 58 | 1D |
| Octal | 164 | 214 | 11 | 21 | 0 | 136 | 55 | 107 | 130 | 35 |
| Binary | 1110100 | 10001100 | 1001 | 10001 | 0 | 1011110 | 101101 | 1000111 | 1011000 | 11101 |
Color Harmonies of #748C09
Complementary color
Monochromatic Colors of #748C09
Black with #748C09
Text Example
Text Example
White with #748C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748C09; }
p { color: rgb(116,140,9); }
H1.HeaderClassName
{
color: #748C09;
}
.AnyTagClassName
{
color: #748C09;
}
</style>
background-color css
<style>
a { background-color: #748C09; }
a { background-color: rgb(116,140,9); }
div.DivClassName
{
background-color: #748C09;
}
.BgClassName
{
background-color: #748C09;
}
</style>
border-color css
<style>
span { border-color: #748C09; }
span { border-color: rgb(116,140,9); }
td.TdClassName
{
border-color: #748C09;
}
.TagClassName
{
border-color: #748C09;
}
</style>