#717331

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

Shades of Olivetone #717331

Tints of Olivetone #717331

Color information

#717331 (or 0x717331) is unknown color: approx Olivetone. HEX triplet: 71, 73 and 31. RGB value is (113,115,49). Sum of RGB (Red+Green+Blue) = 113+115+49=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #717331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717331 is #8E8CCE. Grayscale: #6B6B6B. Windows color (decimal): -9342159 or 3240817. OLE color: 3240817.

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

Color convert

RGB11311549-
CMYK0.0200.570.55
HSL61.82º40.24%32.16%-
HSV(B)61.82º57.39%45.1%-
XYZ13.515.995.28-
YUV106.8895.34132.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 115 (45.31% from 255) = 41.52%
BLUE value IS 49 (19.53% from 255) = 17.69%
R=40.79%
G=41.52%
B=17.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113115490.0200.570.5561.8240.2432.16
Hex7173312039373e2820
Octal16116361207167765040
Binary11100011110011110001100111001110111111110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717331; }

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

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

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

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

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

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

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

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