#746F24

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

Shades of Olivetone #746F24

Tints of Olivetone #746F24

Color information

#746F24 (or 0x746F24) is unknown color: approx Olivetone. HEX triplet: 74, 6F and 24. RGB value is (116,111,36). Sum of RGB (Red+Green+Blue) = 116+111+36=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #746F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F24 is #8B90DB. Grayscale: #686868. Windows color (decimal): -9146588 or 2387828. OLE color: 2387828.

HSL color Cylindrical-coordinate representation of color #746F24: hue angle of 56.25º 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 #746F24 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB11611136-
CMYK00.040.690.55
HSL56.25º52.63%29.8%-
HSV(B)56.25º68.97%45.49%-
XYZ13.2115.213.91-
YUV103.9489.66136.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 111 (43.75% from 255) = 42.21%
BLUE value IS 36 (14.45% from 255) = 13.69%
R=44.11%
G=42.21%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161113600.040.690.5556.2552.6329.8
Hex746F2404453738351e
Octal164157440410567706536
Binary111010011011111001000100100010111011111100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746F24; }

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

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

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

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

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

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

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

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