#747326

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

Shades of Olivetone #747326

Tints of Olivetone #747326

Color information

#747326 (or 0x747326) is unknown color: approx Olivetone. HEX triplet: 74, 73 and 26. RGB value is (116,115,38). Sum of RGB (Red+Green+Blue) = 116+115+38=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #747326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747326 is #8B8CD9. Grayscale: #6A6A6A. Windows color (decimal): -9145562 or 2519924. OLE color: 2519924.

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

Color convert

RGB11611538-
CMYK00.010.670.55
HSL59.23º50.65%30.2%-
HSV(B)59.23º67.24%45.49%-
XYZ13.6816.114.22-
YUV106.5289.33134.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=43.12%
G=42.75%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161153800.010.670.5559.2350.6530.2
Hex7473260143373b331e
Octal164163460110367736336
Binary1110100111001110011001100001111011111101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747326; }

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

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

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

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

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

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

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

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