#689520

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

Shades of Olive Drab #689520

Tints of Olive Drab #689520

Color information

#689520 (or 0x689520) is unknown color: approx Olive Drab. HEX triplet: 68, 95 and 20. RGB value is (104,149,32). Sum of RGB (Red+Green+Blue) = 104+149+32=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #689520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689520 is #976ADF. Grayscale: #7A7A7A. Windows color (decimal): -9923296 or 2135400. OLE color: 2135400.

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

Color convert

RGB10414932-
CMYK0.3000.790.42
HSL83.08º64.64%35.49%-
HSV(B)83.08º78.52%58.43%-
XYZ16.7224.545.22-
YUV122.2177.09115.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 149 (58.59% from 255) = 52.28%
BLUE value IS 32 (12.89% from 255) = 11.23%
R=36.49%
G=52.28%
B=11.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104149320.3000.790.4283.0864.6435.49
Hex6895201E04F2A534123
Octal150225403601175212310143
Binary110100010010101100000111100100111110101010100111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689520; }

 p { color: rgb(104,149,32); }

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

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

 a { background-color: rgb(104,149,32); }

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

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

 span { border-color: rgb(104,149,32); }

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