#717328

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

Shades of Olivetone #717328

Tints of Olivetone #717328

Color information

#717328 (or 0x717328) is unknown color: approx Olivetone. HEX triplet: 71, 73 and 28. RGB value is (113,115,40). Sum of RGB (Red+Green+Blue) = 113+115+40=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #717328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717328 is #8E8CD7. Grayscale: #6A6A6A. Windows color (decimal): -9342168 or 2650993. OLE color: 2650993.

HSL color Cylindrical-coordinate representation of color #717328: hue angle of 61.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #717328 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB11311540-
CMYK0.0200.650.55
HSL61.6º48.39%30.39%-
HSV(B)61.6º65.22%45.1%-
XYZ13.3215.934.38-
YUV105.8590.84133.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.16%
GREEN value IS 115 (45.31% from 255) = 42.91%
BLUE value IS 40 (16.02% from 255) = 14.93%
R=42.16%
G=42.91%
B=14.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113115400.0200.650.5561.648.3930.39
Hex7173282041373e301e
Octal161163502010167766036
Binary11100011110011101000100100000111011111111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717328; }

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

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

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

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

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

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

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

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