#747129

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

Shades of Olivetone #747129

Tints of Olivetone #747129

Color information

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

HSL color Cylindrical-coordinate representation of color #747129: hue angle of 57.6º 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 #747129 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB11611341-
CMYK00.030.650.55
HSL57.6º47.77%30.78%-
HSV(B)57.6º64.66%45.49%-
XYZ13.5115.684.41-
YUV105.6991.49135.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161134100.030.650.5557.647.7730.78
Hex7471290341373a301f
Octal164161510310167726037
Binary11101001110001101001011100000111011111101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747129; }

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

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

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

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

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

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

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

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