#717211

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

Shades of Olivetone #717211

Tints of Olivetone #717211

Color information

#717211 (or 0x717211) is unknown color: approx Olivetone. HEX triplet: 71, 72 and 11. RGB value is (113,114,17). Sum of RGB (Red+Green+Blue) = 113+114+17=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #717211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717211 is #8E8DEE. Grayscale: #676767. Windows color (decimal): -9342447 or 1143409. OLE color: 1143409.

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

Color convert

RGB11311417-
CMYK0.0100.850.55
HSL60.62º74.05%25.69%-
HSV(B)60.62º85.09%44.71%-
XYZ12.9315.592.86-
YUV102.6479.67135.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 114 (44.92% from 255) = 46.72%
BLUE value IS 17 (7.03% from 255) = 6.97%
R=46.31%
G=46.72%
B=6.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113114170.0100.850.5560.6274.0525.69
Hex7172111055373d4a1a
Octal1611622110125677511232
Binary1110001111001010001101010101110111111101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717211; }

 p { color: rgb(113,114,17); }

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

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

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

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

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

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

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