#689100

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

Shades of Olive Drab #689100

Tints of Olive Drab #689100

Color information

#689100 (or 0x689100) is unknown color: approx Olive Drab. HEX triplet: 68, 91 and 00. RGB value is (104,145,0). Sum of RGB (Red+Green+Blue) = 104+145+0=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #689100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689100 is #976EFF. Grayscale: #747474. Windows color (decimal): -9924352 or 37224. OLE color: 37224.

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

Color convert

RGB1041450-
CMYK0.28010.43
HSL76.97º100%28.43%-
HSV(B)76.97º100%56.86%-
XYZ15.8323.193.64-
YUV116.2162.42119.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 145 (57.03% from 255) = 58.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.77%
G=58.23%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10414500.28010.4376.9710028.43
Hex689101C0642B4d641c
Octal15022103401445311514434
Binary110100010010001011100011001001010111001101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689100; }

 p { color: rgb(104,145,0); }

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

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

 a { background-color: rgb(104,145,0); }

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

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

 span { border-color: rgb(104,145,0); }

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