#747214

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

Shades of Olivetone #747214

Tints of Olivetone #747214

Color information

#747214 (or 0x747214) is unknown color: approx Olivetone. HEX triplet: 74, 72 and 14. RGB value is (116,114,20). Sum of RGB (Red+Green+Blue) = 116+114+20=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #747214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747214 is #8B8DEB. Grayscale: #686868. Windows color (decimal): -9145836 or 1340020. OLE color: 1340020.

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

Color convert

RGB11611420-
CMYK00.020.830.55
HSL58.75º70.59%26.67%-
HSV(B)58.75º82.76%45.49%-
XYZ13.3515.83.01-
YUV103.8880.66136.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.4%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 20 (8.20% from 255) = 8%
R=46.4%
G=45.6%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161142000.020.830.5558.7570.5926.67
Hex7472140253373b471b
Octal1641622402123677310733
Binary11101001110010101000101010011110111111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747214; }

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

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

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

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

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

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

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

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