#706928

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

Shades of Olivetone #706928

Tints of Olivetone #706928

Color information

#706928 (or 0x706928) is unknown color: approx Olivetone. HEX triplet: 70, 69 and 28. RGB value is (112,105,40). Sum of RGB (Red+Green+Blue) = 112+105+40=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #706928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706928 is #8F96D7. Grayscale: #636363. Windows color (decimal): -9410264 or 2648432. OLE color: 2648432.

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

Color convert

RGB11210540-
CMYK00.060.640.56
HSL54.17º47.37%29.8%-
HSV(B)54.17º64.29%43.92%-
XYZ12.1213.74.01-
YUV99.6894.32136.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 40 (16.02% from 255) = 15.56%
R=43.58%
G=40.86%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121054000.060.640.5654.1747.3729.8
Hex706928064038362f1e
Octal160151500610070665736
Binary111000011010011010000110100000011100011011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706928; }

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

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

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

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

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

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

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

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