#747124

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

Shades of Olivetone #747124

Tints of Olivetone #747124

Color information

#747124 (or 0x747124) is unknown color: approx Olivetone. HEX triplet: 74, 71 and 24. RGB value is (116,113,36). Sum of RGB (Red+Green+Blue) = 116+113+36=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #747124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747124 is #8B8EDB. Grayscale: #696969. Windows color (decimal): -9146076 or 2388340. OLE color: 2388340.

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

Color convert

RGB11611336-
CMYK00.030.690.55
HSL57.75º52.63%29.8%-
HSV(B)57.75º68.97%45.49%-
XYZ13.4315.653.98-
YUV105.1288.99135.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 113 (44.53% from 255) = 42.64%
BLUE value IS 36 (14.45% from 255) = 13.58%
R=43.77%
G=42.64%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161133600.030.690.5557.7552.6329.8
Hex7471240345373a351e
Octal164161440310567726536
Binary11101001110001100100011100010111011111101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747124; }

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

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

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

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

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

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

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

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