#747314

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

Shades of Olivetone #747314

Tints of Olivetone #747314

Color information

#747314 (or 0x747314) is unknown color: approx Olivetone. HEX triplet: 74, 73 and 14. RGB value is (116,115,20). Sum of RGB (Red+Green+Blue) = 116+115+20=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #747314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747314 is #8B8CEB. Grayscale: #686868. Windows color (decimal): -9145580 or 1340276. OLE color: 1340276.

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

Color convert

RGB11611520-
CMYK00.010.830.55
HSL59.38º70.59%26.67%-
HSV(B)59.38º82.76%45.49%-
XYZ13.4616.023.05-
YUV104.4780.33136.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 115 (45.31% from 255) = 45.82%
BLUE value IS 20 (8.20% from 255) = 7.97%
R=46.22%
G=45.82%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161152000.010.830.5559.3870.5926.67
Hex7473140153373b471b
Octal1641632401123677310733
Binary1110100111001110100011010011110111111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747314; }

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

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

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

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

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

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

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

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