#747210

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

Shades of Olivetone #747210

Tints of Olivetone #747210

Color information

#747210 (or 0x747210) is unknown color: approx Olivetone. HEX triplet: 74, 72 and 10. RGB value is (116,114,16). Sum of RGB (Red+Green+Blue) = 116+114+16=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #747210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747210 is #8B8DEF. Grayscale: #676767. Windows color (decimal): -9145840 or 1077876. OLE color: 1077876.

HSL color Cylindrical-coordinate representation of color #747210: hue angle of 58.8º 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 #747210 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB11611416-
CMYK00.020.860.55
HSL58.8º75.76%25.88%-
HSV(B)58.8º86.21%45.49%-
XYZ13.3115.792.84-
YUV103.4378.66136.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 16 (6.64% from 255) = 6.50%
R=47.15%
G=46.34%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161141600.020.860.5558.875.7625.88
Hex7472100256373b4c1a
Octal1641622002126677311432
Binary11101001110010100000101010110110111111011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747210; }

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

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

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

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

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

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

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

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