Shades of Olive #707908
Tints of Olive #707908
RGB
CMYK
RGB Variations
Color information
#707908 (or 0x707908) is known color: Olive. HEX triplet: 70, 79 and 08. RGB value is (112,121,8). Sum of RGB (Red+Green+Blue) = 112+121+8=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #707908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707908 is #8F86F7. Grayscale: #696969. Windows color (decimal): -9406200 or 555376. OLE color: 555376.
HSL color Cylindrical-coordinate representation of color #707908: hue angle of 64.78º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #707908 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 8 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.53 |
| HSL | 64.78º | 0.88% | 0.25% | - |
| HSV(B) | 64.78º | 0.93% | 0.47% | - |
| XYZ | 13.56 | 17.14 | 2.82 | - |
| YUV | 105.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 8 | 0.07 | 0 | 0.93 | 0.53 | 64.78 | 0.88 | 0.25 |
| Hex | 70 | 79 | 8 | 7 | 0 | 5D | 35 | 41 | 58 | 19 |
| Octal | 160 | 171 | 10 | 7 | 0 | 135 | 65 | 101 | 130 | 31 |
| Binary | 1110000 | 1111001 | 1000 | 111 | 0 | 1011101 | 110101 | 1000001 | 1011000 | 11001 |
Color Harmonies of #707908
Complementary color
Monochromatic Colors of #707908
Black with #707908
Text Example
Text Example
White with #707908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707908; }
p { color: rgb(112,121,8); }
H1.HeaderClassName
{
color: #707908;
}
.AnyTagClassName
{
color: #707908;
}
</style>
background-color css
<style>
a { background-color: #707908; }
a { background-color: rgb(112,121,8); }
div.DivClassName
{
background-color: #707908;
}
.BgClassName
{
background-color: #707908;
}
</style>
border-color css
<style>
span { border-color: #707908; }
span { border-color: rgb(112,121,8); }
td.TdClassName
{
border-color: #707908;
}
.TagClassName
{
border-color: #707908;
}
</style>