#746a14

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

Shades of Olivetone #746A14

Tints of Olivetone #746A14

Color information

#746A14 (or 0x746A14) is unknown color: approx Olivetone. HEX triplet: 74, 6A and 14. RGB value is (116,106,20). Sum of RGB (Red+Green+Blue) = 116+106+20=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #746A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746A14 is #8B95EB. Grayscale: #636363. Windows color (decimal): -9147884 or 1337972. OLE color: 1337972.

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

Color convert

RGB11610620-
CMYK00.090.830.55
HSL53.75º70.59%26.67%-
HSV(B)53.75º82.76%45.49%-
XYZ12.4814.072.72-
YUV99.1983.31139.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.93%
GREEN value IS 106 (41.80% from 255) = 43.80%
BLUE value IS 20 (8.20% from 255) = 8.26%
R=47.93%
G=43.80%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161062000.090.830.5553.7570.5926.67
Hex746A1409533736471b
Octal16415224011123676610733
Binary1110100110101010100010011010011110111110110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746a14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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