Shades of Olive #707B08
Tints of Olive #707B08
RGB
CMYK
RGB Variations
Color information
#707B08 (or 0x707B08) is known color: Olive. HEX triplet: 70, 7B and 08. RGB value is (112,123,8). Sum of RGB (Red+Green+Blue) = 112+123+8=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #707B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707B08 is #8F84F7. Grayscale: #6B6B6B. Windows color (decimal): -9405688 or 555888. OLE color: 555888.
HSL color Cylindrical-coordinate representation of color #707B08: hue angle of 65.74º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #707B08 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 8 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.52 |
| HSL | 65.74º | 0.88% | 0.26% | - |
| HSV(B) | 65.74º | 0.93% | 0.48% | - |
| XYZ | 13.81 | 17.63 | 2.9 | - |
| YUV | 106.6 | 72.36 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 8 | 0.09 | 0 | 0.93 | 0.52 | 65.74 | 0.88 | 0.26 |
| Hex | 70 | 7B | 8 | 9 | 0 | 5D | 34 | 42 | 58 | 1A |
| Octal | 160 | 173 | 10 | 11 | 0 | 135 | 64 | 102 | 130 | 32 |
| Binary | 1110000 | 1111011 | 1000 | 1001 | 0 | 1011101 | 110100 | 1000010 | 1011000 | 11010 |
Color Harmonies of #707B08
Complementary color
Monochromatic Colors of #707B08
Black with #707B08
Text Example
Text Example
White with #707B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B08; }
p { color: rgb(112,123,8); }
H1.HeaderClassName
{
color: #707B08;
}
.AnyTagClassName
{
color: #707B08;
}
</style>
background-color css
<style>
a { background-color: #707B08; }
a { background-color: rgb(112,123,8); }
div.DivClassName
{
background-color: #707B08;
}
.BgClassName
{
background-color: #707B08;
}
</style>
border-color css
<style>
span { border-color: #707B08; }
span { border-color: rgb(112,123,8); }
td.TdClassName
{
border-color: #707B08;
}
.TagClassName
{
border-color: #707B08;
}
</style>