#737200

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

Shades of Olive #737200

Tints of Olive #737200

Color information

#737200 (or 0x737200) is unknown color: approx Olive. HEX triplet: 73, 72 and 00. RGB value is (115,114,0). Sum of RGB (Red+Green+Blue) = 115+114+0=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #737200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737200 is #8C8DFF. Grayscale: #656565. Windows color (decimal): -9211392 or 29299. OLE color: 29299.

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

Color convert

RGB1151140-
CMYK00.0110.55
HSL59.48º100%22.55%-
HSV(B)59.48º100%45.1%-
XYZ13.0915.682.34-
YUV101.370.83137.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.22%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.22%
G=49.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115114000.0110.5559.4810022.55
Hex737200164373b6417
Octal163162001144677314427
Binary111001111100100011100100110111111011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737200; }

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

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

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

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

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

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

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

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