#657100

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

Shades of Olive #657100

Tints of Olive #657100

Color information

#657100 (or 0x657100) is unknown color: approx Olive. HEX triplet: 65, 71 and 00. RGB value is (101,113,0). Sum of RGB (Red+Green+Blue) = 101+113+0=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #657100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657100 is #9A8EFF. Grayscale: #606060. Windows color (decimal): -10129152 or 29029. OLE color: 29029.

HSL color Cylindrical-coordinate representation of color #657100: hue angle of 66.37º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #657100 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB1011130-
CMYK0.11010.56
HSL66.37º100%22.16%-
HSV(B)66.37º100%44.31%-
XYZ11.2714.582.22-
YUV96.5373.52131.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.20%
GREEN value IS 113 (44.53% from 255) = 52.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.20%
G=52.80%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10111300.11010.5666.3710022.16
Hex65710B06438426416
Octal14516101301447010214426
Binary1100101111000101011011001001110001000010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657100; }

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

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

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

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

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

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

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

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