#717529

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

Shades of Olivetone #717529

Tints of Olivetone #717529

Color information

#717529 (or 0x717529) is unknown color: approx Olivetone. HEX triplet: 71, 75 and 29. RGB value is (113,117,41). Sum of RGB (Red+Green+Blue) = 113+117+41=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #717529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717529 is #8E8AD6. Grayscale: #6B6B6B. Windows color (decimal): -9341655 or 2717041. OLE color: 2717041.

HSL color Cylindrical-coordinate representation of color #717529: hue angle of 63.16º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #717529 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB11311741-
CMYK0.0300.650.54
HSL63.16º48.1%30.98%-
HSV(B)63.16º64.96%45.88%-
XYZ13.5716.394.55-
YUV107.1490.67132.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.70%
GREEN value IS 117 (46.09% from 255) = 43.17%
BLUE value IS 41 (16.41% from 255) = 15.13%
R=41.70%
G=43.17%
B=15.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113117410.0300.650.5463.1648.130.98
Hex7175293041363f301f
Octal161165513010166776037
Binary11100011110101101001110100000111011011111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717529; }

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

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

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

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

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

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

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

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