#737021

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

Shades of Olivetone #737021

Tints of Olivetone #737021

Color information

#737021 (or 0x737021) is unknown color: approx Olivetone. HEX triplet: 73, 70 and 21. RGB value is (115,112,33). Sum of RGB (Red+Green+Blue) = 115+112+33=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #737021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737021 is #8C8FDE. Grayscale: #686868. Windows color (decimal): -9211871 or 2191475. OLE color: 2191475.

HSL color Cylindrical-coordinate representation of color #737021: hue angle of 57.8º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #737021 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB11511233-
CMYK00.030.710.55
HSL57.8º55.41%29.02%-
HSV(B)57.8º71.3%45.1%-
XYZ13.1415.343.71-
YUV103.8987.99135.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 33 (13.28% from 255) = 12.69%
R=44.23%
G=43.08%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151123300.030.710.5557.855.4129.02
Hex7370210347373a371d
Octal163160410310767726735
Binary11100111110000100001011100011111011111101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737021; }

 p { color: rgb(115,112,33); }

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

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

 a { background-color: rgb(115,112,33); }

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

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

 span { border-color: rgb(115,112,33); }

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