#659120

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

Shades of Olive Drab #659120

Tints of Olive Drab #659120

Color information

#659120 (or 0x659120) is unknown color: approx Olive Drab. HEX triplet: 65, 91 and 20. RGB value is (101,145,32). Sum of RGB (Red+Green+Blue) = 101+145+32=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #659120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659120 is #9A6EDF. Grayscale: #777777. Windows color (decimal): -10120928 or 2134373. OLE color: 2134373.

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

Color convert

RGB10114532-
CMYK0.3000.780.43
HSL83.36º63.84%34.71%-
HSV(B)83.36º77.93%56.86%-
XYZ15.7523.125-
YUV118.9678.92115.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.33%
GREEN value IS 145 (57.03% from 255) = 52.16%
BLUE value IS 32 (12.89% from 255) = 11.51%
R=36.33%
G=52.16%
B=11.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101145320.3000.780.4383.3663.8434.71
Hex6591201E04E2B534023
Octal145221403601165312310043
Binary110010110010001100000111100100111010101110100111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659120; }

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

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

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

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

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

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

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

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