#717116

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

Shades of Olivetone #717116

Tints of Olivetone #717116

Color information

#717116 (or 0x717116) is unknown color: approx Olivetone. HEX triplet: 71, 71 and 16. RGB value is (113,113,22). Sum of RGB (Red+Green+Blue) = 113+113+22=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717116 is #8E8EE9. Grayscale: #666666. Windows color (decimal): -9342698 or 1470833. OLE color: 1470833.

HSL color Cylindrical-coordinate representation of color #717116: hue angle of 60º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #717116 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB11311322-
CMYK000.810.56
HSL60º67.41%26.47%-
HSV(B)60º80.53%44.31%-
XYZ12.8615.383.05-
YUV102.6382.5135.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.56%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 22 (8.98% from 255) = 8.87%
R=45.56%
G=45.56%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311322000.810.566067.4126.47
Hex7171160051383c431a
Octal1611612600121707410332
Binary1110001111000110110001010001111000111100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717116; }

 p { color: rgb(113,113,22); }

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

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

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

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

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

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

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