#747126

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

Shades of Olivetone #747126

Tints of Olivetone #747126

Color information

#747126 (or 0x747126) is unknown color: approx Olivetone. HEX triplet: 74, 71 and 26. RGB value is (116,113,38). Sum of RGB (Red+Green+Blue) = 116+113+38=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #747126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747126 is #8B8ED9. Grayscale: #696969. Windows color (decimal): -9146074 or 2519412. OLE color: 2519412.

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

Color convert

RGB11611338-
CMYK00.030.670.55
HSL57.69º50.65%30.2%-
HSV(B)57.69º67.24%45.49%-
XYZ13.4615.664.15-
YUV105.3589.99135.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 113 (44.53% from 255) = 42.32%
BLUE value IS 38 (15.23% from 255) = 14.23%
R=43.45%
G=42.32%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161133800.030.670.5557.6950.6530.2
Hex7471260343373a331e
Octal164161460310367726336
Binary11101001110001100110011100001111011111101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747126; }

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

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

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

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

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

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

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

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