#717218

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

Shades of Olivetone #717218

Tints of Olivetone #717218

Color information

#717218 (or 0x717218) is unknown color: approx Olivetone. HEX triplet: 71, 72 and 18. RGB value is (113,114,24). Sum of RGB (Red+Green+Blue) = 113+114+24=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #717218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717218 is #8E8DE7. Grayscale: #676767. Windows color (decimal): -9342440 or 1602161. OLE color: 1602161.

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

Color convert

RGB11311424-
CMYK0.0100.790.55
HSL60.67º65.22%27.06%-
HSV(B)60.67º78.95%44.71%-
XYZ12.9915.613.19-
YUV103.4483.17134.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 24 (9.77% from 255) = 9.56%
R=45.02%
G=45.42%
B=9.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113114240.0100.790.5560.6765.2227.06
Hex717218104F373d411b
Octal1611623010117677510133
Binary1110001111001011000101001111110111111101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717218; }

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

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

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

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

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

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

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

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