#689421

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

Shades of Olive Drab #689421

Tints of Olive Drab #689421

Color information

#689421 (or 0x689421) is unknown color: approx Olive Drab. HEX triplet: 68, 94 and 21. RGB value is (104,148,33). Sum of RGB (Red+Green+Blue) = 104+148+33=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #689421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689421 is #976BDE. Grayscale: #7A7A7A. Windows color (decimal): -9923551 or 2200680. OLE color: 2200680.

HSL color Cylindrical-coordinate representation of color #689421: hue angle of 82.96º 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 #689421 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB10414833-
CMYK0.3000.780.42
HSL82.96º63.54%35.49%-
HSV(B)82.96º77.7%58.04%-
XYZ16.5724.235.24-
YUV121.7377.92115.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 148 (58.20% from 255) = 51.93%
BLUE value IS 33 (13.28% from 255) = 11.58%
R=36.49%
G=51.93%
B=11.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104148330.3000.780.4282.9663.5435.49
Hex6894211E04E2A534023
Octal150224413601165212310043
Binary110100010010100100001111100100111010101010100111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689421; }

 p { color: rgb(104,148,33); }

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

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

 a { background-color: rgb(104,148,33); }

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

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

 span { border-color: rgb(104,148,33); }

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