#659320

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

Shades of Olive Drab #659320

Tints of Olive Drab #659320

Color information

#659320 (or 0x659320) is unknown color: approx Olive Drab. HEX triplet: 65, 93 and 20. RGB value is (101,147,32). Sum of RGB (Red+Green+Blue) = 101+147+32=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #659320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659320 is #9A6CDF. Grayscale: #787878. Windows color (decimal): -10120416 or 2134885. OLE color: 2134885.

HSL color Cylindrical-coordinate representation of color #659320: hue angle of 84º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #659320 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB10114732-
CMYK0.3100.780.42
HSL84º64.25%35.1%-
HSV(B)84º78.23%57.65%-
XYZ16.0623.745.1-
YUV120.1478.26114.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 147 (57.81% from 255) = 52.5%
BLUE value IS 32 (12.89% from 255) = 11.43%
R=36.07%
G=52.5%
B=11.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101147320.3100.780.428464.2535.1
Hex6593201F04E2A544023
Octal145223403701165212410043
Binary110010110010011100000111110100111010101010101001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659320; }

 p { color: rgb(101,147,32); }

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

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

 a { background-color: rgb(101,147,32); }

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

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

 span { border-color: rgb(101,147,32); }

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