#737414

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

Shades of Olivetone #737414

Tints of Olivetone #737414

Color information

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

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

Color convert

RGB11511620-
CMYK0.0100.830.55
HSL60.62º70.59%26.67%-
HSV(B)60.62º82.76%45.49%-
XYZ13.4416.193.08-
YUV104.7680.17135.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115116200.0100.830.5560.6270.5926.67
Hex7374141053373d471b
Octal1631642410123677510733
Binary1110011111010010100101010011110111111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737414; }

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

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

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

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

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

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

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

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