#706B30

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

Shades of Olivetone #706B30

Tints of Olivetone #706B30

Color information

#706B30 (or 0x706B30) is unknown color: approx Olivetone. HEX triplet: 70, 6B and 30. RGB value is (112,107,48). Sum of RGB (Red+Green+Blue) = 112+107+48=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #706B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B30 is #8F94CF. Grayscale: #666666. Windows color (decimal): -9409744 or 3173232. OLE color: 3173232.

HSL color Cylindrical-coordinate representation of color #706B30: hue angle of 55.31º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #706B30 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB11210748-
CMYK00.040.570.56
HSL55.31º40%31.37%-
HSV(B)55.31º57.14%43.92%-
XYZ12.4714.174.87-
YUV101.7797.66135.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 107 (42.19% from 255) = 40.07%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=41.95%
G=40.07%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121074800.040.570.5655.314031.37
Hex706B3004393837281f
Octal16015360047170675037
Binary11100001101011110000010011100111100011011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706B30; }

 p { color: rgb(112,107,48); }

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

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

 a { background-color: rgb(112,107,48); }

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

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

 span { border-color: rgb(112,107,48); }

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