#717129

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

Shades of Olivetone #717129

Tints of Olivetone #717129

Color information

#717129 (or 0x717129) is unknown color: approx Olivetone. HEX triplet: 71, 71 and 29. RGB value is (113,113,41). Sum of RGB (Red+Green+Blue) = 113+113+41=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717129 is #8E8ED6. Grayscale: #696969. Windows color (decimal): -9342679 or 2716017. OLE color: 2716017.

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

Color convert

RGB11311341-
CMYK000.640.56
HSL60º46.75%30.2%-
HSV(B)60º63.72%44.31%-
XYZ13.1215.484.39-
YUV104.7992133.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 113 (44.53% from 255) = 42.32%
BLUE value IS 41 (16.41% from 255) = 15.36%
R=42.32%
G=42.32%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311341000.640.566046.7530.2
Hex7171290040383c2f1e
Octal161161510010070745736
Binary1110001111000110100100100000011100011110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717129; }

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

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

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

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

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

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

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

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