Shades of Olivetone #707127
Tints of Olivetone #707127
RGB
CMYK
RGB Variations
Color information
#707127 (or 0x707127) is known color: Olivetone. HEX triplet: 70, 71 and 27. RGB value is (112,113,39). Sum of RGB (Red+Green+Blue) = 112+113+39=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #707127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707127 is #8F8ED8. Grayscale: #686868. Windows color (decimal): -9408217 or 2584944. OLE color: 2584944.
HSL color Cylindrical-coordinate representation of color #707127: hue angle of 60.81º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #707127 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 39 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.56 |
| HSL | 60.81º | 0.49% | 0.3% | - |
| HSV(B) | 60.81º | 0.65% | 0.44% | - |
| XYZ | 12.95 | 15.4 | 4.21 | - |
| YUV | 104.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 39 | 0.01 | 0 | 0.65 | 0.56 | 60.81 | 0.49 | 0.3 |
| Hex | 70 | 71 | 27 | 1 | 0 | 41 | 38 | 3D | 31 | 1E |
| Octal | 160 | 161 | 47 | 1 | 0 | 101 | 70 | 75 | 61 | 36 |
| Binary | 1110000 | 1110001 | 100111 | 1 | 0 | 1000001 | 111000 | 111101 | 110001 | 11110 |
Color Harmonies of #707127
Complementary color
Monochromatic Colors of #707127
Black with #707127
Text Example
Text Example
White with #707127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707127; }
p { color: rgb(112,113,39); }
H1.HeaderClassName
{
color: #707127;
}
.AnyTagClassName
{
color: #707127;
}
</style>
background-color css
<style>
a { background-color: #707127; }
a { background-color: rgb(112,113,39); }
div.DivClassName
{
background-color: #707127;
}
.BgClassName
{
background-color: #707127;
}
</style>
border-color css
<style>
span { border-color: #707127; }
span { border-color: rgb(112,113,39); }
td.TdClassName
{
border-color: #707127;
}
.TagClassName
{
border-color: #707127;
}
</style>