#717429

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

Shades of Olivetone #717429

Tints of Olivetone #717429

Color information

#717429 (or 0x717429) is unknown color: approx Olivetone. HEX triplet: 71, 74 and 29. RGB value is (113,116,41). Sum of RGB (Red+Green+Blue) = 113+116+41=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #717429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717429 is #8E8BD6. Grayscale: #6A6A6A. Windows color (decimal): -9341911 or 2716785. OLE color: 2716785.

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

Color convert

RGB11311641-
CMYK0.0300.650.55
HSL62.4º47.77%30.78%-
HSV(B)62.4º64.66%45.49%-
XYZ13.4616.164.51-
YUV106.5591.01132.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.85%
GREEN value IS 116 (45.70% from 255) = 42.96%
BLUE value IS 41 (16.41% from 255) = 15.19%
R=41.85%
G=42.96%
B=15.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113116410.0300.650.5562.447.7730.78
Hex7174293041373e301f
Octal161164513010167766037
Binary11100011110100101001110100000111011111111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717429; }

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

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

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

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

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

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

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

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