#717329

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

Shades of Olivetone #717329

Tints of Olivetone #717329

Color information

#717329 (or 0x717329) is unknown color: approx Olivetone. HEX triplet: 71, 73 and 29. RGB value is (113,115,41). Sum of RGB (Red+Green+Blue) = 113+115+41=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #717329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717329 is #8E8CD6. Grayscale: #6A6A6A. Windows color (decimal): -9342167 or 2716529. OLE color: 2716529.

HSL color Cylindrical-coordinate representation of color #717329: hue angle of 61.62º 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 #717329 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB11311541-
CMYK0.0200.640.55
HSL61.62º47.44%30.59%-
HSV(B)61.62º64.35%45.1%-
XYZ13.3415.934.47-
YUV105.9791.34133.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 41 (16.41% from 255) = 15.24%
R=42.01%
G=42.75%
B=15.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113115410.0200.640.5561.6247.4430.59
Hex7173292040373e2f1f
Octal161163512010067765737
Binary11100011110011101001100100000011011111111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717329; }

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

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

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

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

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

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

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

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