#70680B

Color #70680B Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #70680B

Tints of Olivetone #70680B

Color information

#70680B (or 0x70680B) is unknown color: approx Olivetone. HEX triplet: 70, 68 and 0B. RGB value is (112,104,11). Sum of RGB (Red+Green+Blue) = 112+104+11=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70680B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70680B is #8F97F4. Grayscale: #606060. Windows color (decimal): -9410549 or 747632. OLE color: 747632.

HSL color Cylindrical-coordinate representation of color #70680B: hue angle of 55.25º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70680B is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB11210411-
CMYK00.070.900.56
HSL55.25º82.11%24.12%-
HSV(B)55.25º90.18%43.92%-
XYZ11.6913.372.28-
YUV95.7980.15139.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 104 (41.02% from 255) = 45.81%
BLUE value IS 11 (4.69% from 255) = 4.85%
R=49.34%
G=45.81%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121041100.070.900.5655.2582.1124.12
Hex7068B075A38375218
Octal1601501307132706712230
Binary11100001101000101101111011010111000110111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70680B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70680B; }

 p { color: rgb(112,104,11); }

 H1.HeaderClassName
 {
   color: #70680B;
 }
 .AnyTagClassName
 {
   color: #70680B;
 }
</style>
background-color css

<style>
 a { background-color: #70680B; }

 a { background-color: rgb(112,104,11); }

 div.DivClassName
 {
   background-color: #70680B;
 }
 .BgClassName
 {
   background-color: #70680B;
 }
</style>
border-color css

<style>
 span { border-color: #70680B; }

 span { border-color: rgb(112,104,11); }

 td.TdClassName
 {
   border-color: #70680B;
 }
 .TagClassName
 {
   border-color: #70680B;
 }
</style>