#737600

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

Shades of Olive #737600

Tints of Olive #737600

Color information

#737600 (or 0x737600) is unknown color: approx Olive. HEX triplet: 73, 76 and 00. RGB value is (115,118,0). Sum of RGB (Red+Green+Blue) = 115+118+0=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #737600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737600 is #8C89FF. Grayscale: #686868. Windows color (decimal): -9210368 or 30323. OLE color: 30323.

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

Color convert

RGB1151180-
CMYK0.03010.54
HSL61.53º100%23.14%-
HSV(B)61.53º100%46.27%-
XYZ13.5516.62.49-
YUV103.6569.51136.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.36%
GREEN value IS 118 (46.48% from 255) = 50.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.36%
G=50.64%
B=0%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11511800.03010.5461.5310023.14
Hex737603064363e6417
Octal163166030144667614427
Binary1110011111011001101100100110110111110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737600; }

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

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

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

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

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

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

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

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