#737000

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

Shades of Olive #737000

Tints of Olive #737000

Color information

#737000 (or 0x737000) is unknown color: approx Olive. HEX triplet: 73, 70 and 00. RGB value is (115,112,0). Sum of RGB (Red+Green+Blue) = 115+112+0=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #737000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737000 is #8C8FFF. Grayscale: #646464. Windows color (decimal): -9211904 or 28787. OLE color: 28787.

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

Color convert

RGB1151120-
CMYK00.0310.55
HSL58.43º100%22.55%-
HSV(B)58.43º100%45.1%-
XYZ12.8615.232.26-
YUV100.1371.49138.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 112 (44.14% from 255) = 49.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.66%
G=49.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115112000.0310.5558.4310022.55
Hex737000364373a6417
Octal163160003144677214427
Binary1110011111000000111100100110111111010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737000; }

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

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

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

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

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

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

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

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