#659100

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

Shades of Olive Drab #659100

Tints of Olive Drab #659100

Color information

#659100 (or 0x659100) is unknown color: approx Olive Drab. HEX triplet: 65, 91 and 00. RGB value is (101,145,0). Sum of RGB (Red+Green+Blue) = 101+145+0=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #659100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659100 is #9A6EFF. Grayscale: #737373. Windows color (decimal): -10120960 or 37221. OLE color: 37221.

HSL color Cylindrical-coordinate representation of color #659100: hue angle of 78.21º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #659100 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB1011450-
CMYK0.30010.43
HSL78.21º100%28.43%-
HSV(B)78.21º100%56.86%-
XYZ15.4923.023.63-
YUV115.3162.92117.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.06%
GREEN value IS 145 (57.03% from 255) = 58.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.06%
G=58.94%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10114500.30010.4378.2110028.43
Hex659101E0642B4e641c
Octal14522103601445311614434
Binary110010110010001011110011001001010111001110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659100; }

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

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

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

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

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

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

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

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