#746A17

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

Shades of Olivetone #746A17

Tints of Olivetone #746A17

Color information

#746A17 (or 0x746A17) is unknown color: approx Olivetone. HEX triplet: 74, 6A and 17. RGB value is (116,106,23). Sum of RGB (Red+Green+Blue) = 116+106+23=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #746A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746A17 is #8B95E8. Grayscale: #636363. Windows color (decimal): -9147881 or 1534580. OLE color: 1534580.

HSL color Cylindrical-coordinate representation of color #746A17: hue angle of 53.55º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #746A17 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB11610623-
CMYK00.090.800.55
HSL53.55º66.91%27.25%-
HSV(B)53.55º80.17%45.49%-
XYZ12.5114.082.87-
YUV99.5384.81139.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 106 (41.80% from 255) = 43.27%
BLUE value IS 23 (9.38% from 255) = 9.39%
R=47.35%
G=43.27%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161062300.090.800.5553.5566.9127.25
Hex746A1709503736431b
Octal16415227011120676610333
Binary1110100110101010111010011010000110111110110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,106,23); }

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

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

 a { background-color: rgb(116,106,23); }

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

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

 span { border-color: rgb(116,106,23); }

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