#707329

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

Shades of Olivetone #707329

Tints of Olivetone #707329

Color information

#707329 (or 0x707329) is unknown color: approx Olivetone. HEX triplet: 70, 73 and 29. RGB value is (112,115,41). Sum of RGB (Red+Green+Blue) = 112+115+41=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #707329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707329 is #8F8CD6. Grayscale: #696969. Windows color (decimal): -9407703 or 2716528. OLE color: 2716528.

HSL color Cylindrical-coordinate representation of color #707329: hue angle of 62.43º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #707329 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB11211541-
CMYK0.0300.640.55
HSL62.43º47.44%30.59%-
HSV(B)62.43º64.35%45.1%-
XYZ13.2115.874.46-
YUV105.6791.51132.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 115 (45.31% from 255) = 42.91%
BLUE value IS 41 (16.41% from 255) = 15.30%
R=41.79%
G=42.91%
B=15.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115410.0300.640.5562.4347.4430.59
Hex7073293040373e2f1f
Octal160163513010067765737
Binary11100001110011101001110100000011011111111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707329; }

 p { color: rgb(112,115,41); }

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

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

 a { background-color: rgb(112,115,41); }

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

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

 span { border-color: rgb(112,115,41); }

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