#746D15

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

Shades of Olivetone #746D15

Tints of Olivetone #746D15

Color information

#746D15 (or 0x746D15) is unknown color: approx Olivetone. HEX triplet: 74, 6D and 15. RGB value is (116,109,21). Sum of RGB (Red+Green+Blue) = 116+109+21=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #746D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746D15 is #8B92EA. Grayscale: #656565. Windows color (decimal): -9147115 or 1404276. OLE color: 1404276.

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

Color convert

RGB11610921-
CMYK00.060.820.55
HSL55.58º69.34%26.86%-
HSV(B)55.58º81.9%45.49%-
XYZ12.8114.72.87-
YUV101.0682.82138.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 109 (42.97% from 255) = 44.31%
BLUE value IS 21 (8.59% from 255) = 8.54%
R=47.15%
G=44.31%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161092100.060.820.5555.5869.3426.86
Hex746D1506523738451b
Octal1641552506122677010533
Binary111010011011011010101101010010110111111000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,109,21); }

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

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

 a { background-color: rgb(116,109,21); }

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

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

 span { border-color: rgb(116,109,21); }

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