#746B10

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

Shades of Olivetone #746B10

Tints of Olivetone #746B10

Color information

#746B10 (or 0x746B10) is unknown color: approx Olivetone. HEX triplet: 74, 6B and 10. RGB value is (116,107,16). Sum of RGB (Red+Green+Blue) = 116+107+16=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #746B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746B10 is #8B94EF. Grayscale: #636363. Windows color (decimal): -9147632 or 1076084. OLE color: 1076084.

HSL color Cylindrical-coordinate representation of color #746B10: hue angle of 54.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #746B10 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB11610716-
CMYK00.080.860.55
HSL54.6º75.76%25.88%-
HSV(B)54.6º86.21%45.49%-
XYZ12.5514.272.58-
YUV99.3280.98139.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 107 (42.19% from 255) = 44.77%
BLUE value IS 16 (6.64% from 255) = 6.69%
R=48.54%
G=44.77%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161071600.080.860.5554.675.7625.88
Hex746B10085637374c1a
Octal16415320010126676711432
Binary1110100110101110000010001010110110111110111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,107,16); }

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

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

 a { background-color: rgb(116,107,16); }

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

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

 span { border-color: rgb(116,107,16); }

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