#717523

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

Shades of Olivetone #717523

Tints of Olivetone #717523

Color information

#717523 (or 0x717523) is unknown color: approx Olivetone. HEX triplet: 71, 75 and 23. RGB value is (113,117,35). Sum of RGB (Red+Green+Blue) = 113+117+35=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #717523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717523 is #8E8ADC. Grayscale: #6A6A6A. Windows color (decimal): -9341661 or 2323825. OLE color: 2323825.

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

Color convert

RGB11311735-
CMYK0.0300.700.54
HSL62.93º53.95%29.8%-
HSV(B)62.93º70.09%45.88%-
XYZ13.4716.354.04-
YUV106.4687.67132.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 35 (14.06% from 255) = 13.21%
R=42.64%
G=44.15%
B=13.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113117350.0300.700.5462.9353.9529.8
Hex7175233046363f361e
Octal161165433010666776636
Binary11100011110101100011110100011011011011111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717523; }

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

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

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

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

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

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

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

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