#657801

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

Shades of Olive #657801

Tints of Olive #657801

Color information

#657801 (or 0x657801) is unknown color: approx Olive. HEX triplet: 65, 78 and 01. RGB value is (101,120,1). Sum of RGB (Red+Green+Blue) = 101+120+1=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #657801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657801 is #9A87FE. Grayscale: #656565. Windows color (decimal): -10127359 or 96357. OLE color: 96357.

HSL color Cylindrical-coordinate representation of color #657801: hue angle of 69.58º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #657801 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB1011201-
CMYK0.1600.990.53
HSL69.58º98.35%23.73%-
HSV(B)69.58º99.17%47.06%-
XYZ12.0916.22.52-
YUV100.7571.71128.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.50%
GREEN value IS 120 (47.27% from 255) = 54.05%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=45.50%
G=54.05%
B=0.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10112010.1600.990.5369.5898.3523.73
Hex657811006335466218
Octal14517012001436510614230
Binary11001011111000110000011000111101011000110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657801; }

 p { color: rgb(101,120,1); }

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

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

 a { background-color: rgb(101,120,1); }

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

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

 span { border-color: rgb(101,120,1); }

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