Shades of Olive #789408
Tints of Olive #789408
RGB
CMYK
RGB Variations
Color information
#789408 (or 0x789408) is known color: Olive. HEX triplet: 78, 94 and 08. RGB value is (120,148,8). Sum of RGB (Red+Green+Blue) = 120+148+8=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #789408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789408 is #876BF7. Grayscale: #7C7C7C. Windows color (decimal): -8875000 or 562296. OLE color: 562296.
HSL color Cylindrical-coordinate representation of color #789408: hue angle of 72º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #789408 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 148 | 8 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.42 |
| HSL | 72º | 0.9% | 0.31% | - |
| HSV(B) | 72º | 0.95% | 0.58% | - |
| XYZ | 18.38 | 25.19 | 4.12 | - |
| YUV | 123.67 | 62.72 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 148 | 8 | 0.19 | 0 | 0.95 | 0.42 | 72 | 0.9 | 0.31 |
| Hex | 78 | 94 | 8 | 13 | 0 | 5F | 2A | 48 | 5A | 1F |
| Octal | 170 | 224 | 10 | 23 | 0 | 137 | 52 | 110 | 132 | 37 |
| Binary | 1111000 | 10010100 | 1000 | 10011 | 0 | 1011111 | 101010 | 1001000 | 1011010 | 11111 |
Color Harmonies of #789408
Complementary color
Monochromatic Colors of #789408
Black with #789408
Text Example
Text Example
White with #789408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789408; }
p { color: rgb(120,148,8); }
H1.HeaderClassName
{
color: #789408;
}
.AnyTagClassName
{
color: #789408;
}
</style>
background-color css
<style>
a { background-color: #789408; }
a { background-color: rgb(120,148,8); }
div.DivClassName
{
background-color: #789408;
}
.BgClassName
{
background-color: #789408;
}
</style>
border-color css
<style>
span { border-color: #789408; }
span { border-color: rgb(120,148,8); }
td.TdClassName
{
border-color: #789408;
}
.TagClassName
{
border-color: #789408;
}
</style>