#659201

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

Shades of Olive Drab #659201

Tints of Olive Drab #659201

Color information

#659201 (or 0x659201) is unknown color: approx Olive Drab. HEX triplet: 65, 92 and 01. RGB value is (101,146,1). Sum of RGB (Red+Green+Blue) = 101+146+1=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #659201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659201 is #9A6DFE. Grayscale: #747474. Windows color (decimal): -10120703 or 103013. OLE color: 103013.

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

Color convert

RGB1011461-
CMYK0.3100.990.43
HSL78.62º98.64%28.82%-
HSV(B)78.62º99.32%57.25%-
XYZ15.6523.333.71-
YUV116.0263.09117.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.73%
GREEN value IS 146 (57.42% from 255) = 58.87%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=40.73%
G=58.87%
B=0.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10114610.3100.990.4378.6298.6428.82
Hex659211F0632B4f631d
Octal14522213701435311714335
Binary110010110010010111111011000111010111001111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659201; }

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

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

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

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

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

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

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

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