#689511

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

Shades of Olive Drab #689511

Tints of Olive Drab #689511

Color information

#689511 (or 0x689511) is unknown color: approx Olive Drab. HEX triplet: 68, 95 and 11. RGB value is (104,149,17). Sum of RGB (Red+Green+Blue) = 104+149+17=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #689511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689511 is #976AEE. Grayscale: #787878. Windows color (decimal): -9923311 or 1152360. OLE color: 1152360.

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

Color convert

RGB10414917-
CMYK0.3000.890.42
HSL80.45º79.52%32.55%-
HSV(B)80.45º88.59%58.43%-
XYZ16.5624.484.38-
YUV120.569.59116.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 149 (58.59% from 255) = 55.19%
BLUE value IS 17 (7.03% from 255) = 6.30%
R=38.52%
G=55.19%
B=6.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104149170.3000.890.4280.4579.5232.55
Hex6895111E0592A505021
Octal150225213601315212012041
Binary11010001001010110001111100101100110101010100001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689511; }

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

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

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

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

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

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

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

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