#717413

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

Shades of Olivetone #717413

Tints of Olivetone #717413

Color information

#717413 (or 0x717413) is unknown color: approx Olivetone. HEX triplet: 71, 74 and 13. RGB value is (113,116,19). Sum of RGB (Red+Green+Blue) = 113+116+19=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #717413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717413 is #8E8BEC. Grayscale: #686868. Windows color (decimal): -9341933 or 1274993. OLE color: 1274993.

HSL color Cylindrical-coordinate representation of color #717413: hue angle of 61.86º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #717413 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB11311619-
CMYK0.0300.840.55
HSL61.86º71.85%26.47%-
HSV(B)61.86º83.62%45.49%-
XYZ13.1716.053.02-
YUV104.0480.01134.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.56%
GREEN value IS 116 (45.70% from 255) = 46.77%
BLUE value IS 19 (7.81% from 255) = 7.66%
R=45.56%
G=46.77%
B=7.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113116190.0300.840.5561.8671.8526.47
Hex7174133054373e481a
Octal1611642330124677611032
Binary11100011110100100111101010100110111111110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717413; }

 p { color: rgb(113,116,19); }

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

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

 a { background-color: rgb(113,116,19); }

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

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

 span { border-color: rgb(113,116,19); }

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