#689526

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

Shades of Olive Drab #689526

Tints of Olive Drab #689526

Color information

#689526 (or 0x689526) is unknown color: approx Olive Drab. HEX triplet: 68, 95 and 26. RGB value is (104,149,38). Sum of RGB (Red+Green+Blue) = 104+149+38=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #689526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689526 is #976AD9. Grayscale: #7B7B7B. Windows color (decimal): -9923290 or 2528616. OLE color: 2528616.

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

Color convert

RGB10414938-
CMYK0.3000.740.42
HSL84.32º59.36%36.67%-
HSV(B)84.32º74.5%58.43%-
XYZ16.8124.585.69-
YUV122.8980.09114.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.74%
GREEN value IS 149 (58.59% from 255) = 51.20%
BLUE value IS 38 (15.23% from 255) = 13.06%
R=35.74%
G=51.20%
B=13.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104149380.3000.740.4284.3259.3636.67
Hex6895261E04A2A543b25
Octal15022546360112521247345
Binary11010001001010110011011110010010101010101010100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689526; }

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

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

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

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

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

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

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

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