#747415

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

Shades of Olivetone #747415

Tints of Olivetone #747415

Color information

#747415 (or 0x747415) is unknown color: approx Olivetone. HEX triplet: 74, 74 and 15. RGB value is (116,116,21). Sum of RGB (Red+Green+Blue) = 116+116+21=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747415 is #8B8BEA. Grayscale: #696969. Windows color (decimal): -9145323 or 1406068. OLE color: 1406068.

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

Color convert

RGB11611621-
CMYK000.820.55
HSL60º69.34%26.86%-
HSV(B)60º81.9%45.49%-
XYZ13.5816.263.13-
YUV105.1780.5135.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 116 (45.70% from 255) = 45.85%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=45.85%
G=45.85%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611621000.820.556069.3426.86
Hex7474150052373c451b
Octal1641642500122677410533
Binary1110100111010010101001010010110111111100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747415; }

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

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

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

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

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

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

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

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