#717530

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

Shades of Olivetone #717530

Tints of Olivetone #717530

Color information

#717530 (or 0x717530) is unknown color: approx Olivetone. HEX triplet: 71, 75 and 30. RGB value is (113,117,48). Sum of RGB (Red+Green+Blue) = 113+117+48=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #717530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717530 is #8E8ACF. Grayscale: #6C6C6C. Windows color (decimal): -9341648 or 3175793. OLE color: 3175793.

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

Color convert

RGB11311748-
CMYK0.0300.590.54
HSL63.48º41.82%32.35%-
HSV(B)63.48º58.97%45.88%-
XYZ13.716.455.25-
YUV107.9494.17131.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 117 (46.09% from 255) = 42.09%
BLUE value IS 48 (19.14% from 255) = 17.27%
R=40.65%
G=42.09%
B=17.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113117480.0300.590.5463.4841.8232.35
Hex717530303B363f2a20
Octal16116560307366775240
Binary11100011110101110000110111011110110111111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717530; }

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

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

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

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

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

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

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

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