#717021

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

Shades of Olivetone #717021

Tints of Olivetone #717021

Color information

#717021 (or 0x717021) is unknown color: approx Olivetone. HEX triplet: 71, 70 and 21. RGB value is (113,112,33). Sum of RGB (Red+Green+Blue) = 113+112+33=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #717021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717021 is #8E8FDE. Grayscale: #676767. Windows color (decimal): -9342943 or 2191473. OLE color: 2191473.

HSL color Cylindrical-coordinate representation of color #717021: hue angle of 59.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #717021 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB11311233-
CMYK00.010.710.56
HSL59.25º54.79%28.63%-
HSV(B)59.25º70.8%44.31%-
XYZ12.8815.213.7-
YUV103.2988.33134.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 33 (13.28% from 255) = 12.79%
R=43.80%
G=43.41%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131123300.010.710.5659.2554.7928.63
Hex7170210147383b371d
Octal161160410110770736735
Binary1110001111000010000101100011111100011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717021; }

 p { color: rgb(113,112,33); }

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

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

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

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

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

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

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