#706910

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

Shades of Olivetone #706910

Tints of Olivetone #706910

Color information

#706910 (or 0x706910) is unknown color: approx Olivetone. HEX triplet: 70, 69 and 10. RGB value is (112,105,16). Sum of RGB (Red+Green+Blue) = 112+105+16=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #706910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706910 is #8F96EF. Grayscale: #616161. Windows color (decimal): -9410288 or 1075568. OLE color: 1075568.

HSL color Cylindrical-coordinate representation of color #706910: hue angle of 55.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #706910 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB11210516-
CMYK00.060.860.56
HSL55.62º75%25.1%-
HSV(B)55.62º85.71%43.92%-
XYZ11.8313.592.49-
YUV96.9582.32138.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 16 (6.64% from 255) = 6.87%
R=48.07%
G=45.06%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121051600.060.860.5655.627525.1
Hex706910065638384b19
Octal1601512006126707011331
Binary111000011010011000001101010110111000111000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706910; }

 p { color: rgb(112,105,16); }

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

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

 a { background-color: rgb(112,105,16); }

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

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

 span { border-color: rgb(112,105,16); }

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