Shades of Olivetone #70670D
Tints of Olivetone #70670D
RGB
CMYK
RGB Variations
Color information
#70670D (or 0x70670D) is known color: Olivetone. HEX triplet: 70, 67 and 0D. RGB value is (112,103,13). Sum of RGB (Red+Green+Blue) = 112+103+13=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70670D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70670D is #8F98F2. Grayscale: #5F5F5F. Windows color (decimal): -9410803 or 878448. OLE color: 878448.
HSL color Cylindrical-coordinate representation of color #70670D: hue angle of 54.55º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70670D is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 13 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.56 |
| HSL | 54.55º | 0.79% | 0.25% | - |
| HSV(B) | 54.55º | 0.88% | 0.44% | - |
| XYZ | 11.6 | 13.17 | 2.31 | - |
| YUV | 95.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 13 | 0 | 0.08 | 0.88 | 0.56 | 54.55 | 0.79 | 0.25 |
| Hex | 70 | 67 | D | 0 | 8 | 58 | 38 | 37 | 4F | 19 |
| Octal | 160 | 147 | 15 | 0 | 10 | 130 | 70 | 67 | 117 | 31 |
| Binary | 1110000 | 1100111 | 1101 | 0 | 1000 | 1011000 | 111000 | 110111 | 1001111 | 11001 |
Color Harmonies of #70670D
Complementary color
Monochromatic Colors of #70670D
Black with #70670D
Text Example
Text Example
White with #70670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70670D; }
p { color: rgb(112,103,13); }
H1.HeaderClassName
{
color: #70670D;
}
.AnyTagClassName
{
color: #70670D;
}
</style>
background-color css
<style>
a { background-color: #70670D; }
a { background-color: rgb(112,103,13); }
div.DivClassName
{
background-color: #70670D;
}
.BgClassName
{
background-color: #70670D;
}
</style>
border-color css
<style>
span { border-color: #70670D; }
span { border-color: rgb(112,103,13); }
td.TdClassName
{
border-color: #70670D;
}
.TagClassName
{
border-color: #70670D;
}
</style>