#717419

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

Shades of Olivetone #717419

Tints of Olivetone #717419

Color information

#717419 (or 0x717419) is unknown color: approx Olivetone. HEX triplet: 71, 74 and 19. RGB value is (113,116,25). Sum of RGB (Red+Green+Blue) = 113+116+25=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #717419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717419 is #8E8BE6. Grayscale: #696969. Windows color (decimal): -9341927 or 1668209. OLE color: 1668209.

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

Color convert

RGB11311625-
CMYK0.0300.780.55
HSL61.98º64.54%27.65%-
HSV(B)61.98º78.45%45.49%-
XYZ13.2316.073.32-
YUV104.7383.01133.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.49%
GREEN value IS 116 (45.70% from 255) = 45.67%
BLUE value IS 25 (10.16% from 255) = 9.84%
R=44.49%
G=45.67%
B=9.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113116250.0300.780.5561.9864.5427.65
Hex717419304E373e411c
Octal1611643130116677610134
Binary11100011110100110011101001110110111111110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717419; }

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

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

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

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

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

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

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

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