#737210

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

Shades of Olivetone #737210

Tints of Olivetone #737210

Color information

#737210 (or 0x737210) is unknown color: approx Olivetone. HEX triplet: 73, 72 and 10. RGB value is (115,114,16). Sum of RGB (Red+Green+Blue) = 115+114+16=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #737210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737210 is #8C8DEF. Grayscale: #676767. Windows color (decimal): -9211376 or 1077875. OLE color: 1077875.

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

Color convert

RGB11511416-
CMYK00.010.860.55
HSL59.39º75.57%25.69%-
HSV(B)59.39º86.09%45.1%-
XYZ13.1815.722.83-
YUV103.1378.83136.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 16 (6.64% from 255) = 6.53%
R=46.94%
G=46.53%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151141600.010.860.5559.3975.5725.69
Hex7372100156373b4c1a
Octal1631622001126677311432
Binary1110011111001010000011010110110111111011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737210; }

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

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

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

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

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

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

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

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