#707523

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

Shades of Olivetone #707523

Tints of Olivetone #707523

Color information

#707523 (or 0x707523) is unknown color: approx Olivetone. HEX triplet: 70, 75 and 23. RGB value is (112,117,35). Sum of RGB (Red+Green+Blue) = 112+117+35=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #707523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707523 is #8F8ADC. Grayscale: #6A6A6A. Windows color (decimal): -9407197 or 2323824. OLE color: 2323824.

HSL color Cylindrical-coordinate representation of color #707523: hue angle of 63.66º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #707523 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB11211735-
CMYK0.0400.700.54
HSL63.66º53.95%29.8%-
HSV(B)63.66º70.09%45.88%-
XYZ13.3516.294.03-
YUV106.1687.84132.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 35 (14.06% from 255) = 13.26%
R=42.42%
G=44.32%
B=13.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112117350.0400.700.5463.6653.9529.8
Hex70752340463640361e
Octal1601654340106661006636
Binary1110000111010110001110001000110110110100000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707523; }

 p { color: rgb(112,117,35); }

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

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

 a { background-color: rgb(112,117,35); }

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

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

 span { border-color: rgb(112,117,35); }

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