#717519

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

Shades of Olivetone #717519

Tints of Olivetone #717519

Color information

#717519 (or 0x717519) is unknown color: approx Olivetone. HEX triplet: 71, 75 and 19. RGB value is (113,117,25). Sum of RGB (Red+Green+Blue) = 113+117+25=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #717519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717519 is #8E8AE6. Grayscale: #696969. Windows color (decimal): -9341671 or 1668465. OLE color: 1668465.

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

Color convert

RGB11311725-
CMYK0.0300.790.54
HSL62.61º64.79%27.84%-
HSV(B)62.61º78.63%45.88%-
XYZ13.3516.33.36-
YUV105.3282.67133.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 117 (46.09% from 255) = 45.88%
BLUE value IS 25 (10.16% from 255) = 9.80%
R=44.31%
G=45.88%
B=9.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113117250.0300.790.5462.6164.7927.84
Hex717519304F363f411c
Octal1611653130117667710134
Binary11100011110101110011101001111110110111111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717519; }

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

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

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

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

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

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

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

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