#659002

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

Shades of Olive Drab #659002

Tints of Olive Drab #659002

Color information

#659002 (or 0x659002) is unknown color: approx Olive Drab. HEX triplet: 65, 90 and 02. RGB value is (101,144,2). Sum of RGB (Red+Green+Blue) = 101+144+2=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 144 (56.64% from 255 or 58.30% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 144 - color contains mainly: green. Hex color #659002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659002 is #9A6FFD. Grayscale: #737373. Windows color (decimal): -10121214 or 168037. OLE color: 168037.

HSL color Cylindrical-coordinate representation of color #659002: hue angle of 78.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #659002 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1011442-
CMYK0.3000.990.44
HSL78.17º97.26%28.63%-
HSV(B)78.17º98.61%56.47%-
XYZ15.3522.723.63-
YUV114.9564.25118.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 144 (56.64% from 255) = 58.30%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=40.89%
G=58.30%
B=0.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10114420.3000.990.4478.1797.2628.63
Hex659021E0632C4e611d
Octal14522023601435411614135
Binary1100101100100001011110011000111011001001110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659002; }

 p { color: rgb(101,144,2); }

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

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

 a { background-color: rgb(101,144,2); }

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

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

 span { border-color: rgb(101,144,2); }

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