#657400

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

Shades of Olive #657400

Tints of Olive #657400

Color information

#657400 (or 0x657400) is unknown color: approx Olive. HEX triplet: 65, 74 and 00. RGB value is (101,116,0). Sum of RGB (Red+Green+Blue) = 101+116+0=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #657400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657400 is #9A8BFF. Grayscale: #626262. Windows color (decimal): -10128384 or 29797. OLE color: 29797.

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

Color convert

RGB1011160-
CMYK0.13010.55
HSL67.76º100%22.75%-
HSV(B)67.76º100%45.49%-
XYZ11.6115.262.33-
YUV98.2972.53129.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.54%
GREEN value IS 116 (45.70% from 255) = 53.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.54%
G=53.46%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10111600.13010.5567.7610022.75
Hex65740D06437446417
Octal14516401501446710414427
Binary1100101111010001101011001001101111000100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657400; }

 p { color: rgb(101,116,0); }

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

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

 a { background-color: rgb(101,116,0); }

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

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

 span { border-color: rgb(101,116,0); }

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