#717319

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

Shades of Olivetone #717319

Tints of Olivetone #717319

Color information

#717319 (or 0x717319) is unknown color: approx Olivetone. HEX triplet: 71, 73 and 19. RGB value is (113,115,25). Sum of RGB (Red+Green+Blue) = 113+115+25=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #717319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717319 is #8E8CE6. Grayscale: #686868. Windows color (decimal): -9342183 or 1667953. OLE color: 1667953.

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

Color convert

RGB11311525-
CMYK0.0200.780.55
HSL61.33º64.29%27.45%-
HSV(B)61.33º78.26%45.1%-
XYZ13.1215.843.29-
YUV104.1483.34134.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.66%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 25 (10.16% from 255) = 9.88%
R=44.66%
G=45.45%
B=9.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113115250.0200.780.5561.3364.2927.45
Hex717319204E373d401b
Octal1611633120116677510033
Binary11100011110011110011001001110110111111101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717319; }

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

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

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

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

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

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

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

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