#689506

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

Shades of Olive Drab #689506

Tints of Olive Drab #689506

Color information

#689506 (or 0x689506) is unknown color: approx Olive Drab. HEX triplet: 68, 95 and 06. RGB value is (104,149,6). Sum of RGB (Red+Green+Blue) = 104+149+6=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #689506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689506 is #976AF9. Grayscale: #777777. Windows color (decimal): -9923322 or 431464. OLE color: 431464.

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

Color convert

RGB1041496-
CMYK0.3000.960.42
HSL78.88º92.26%30.39%-
HSV(B)78.88º95.97%58.43%-
XYZ16.4924.454.02-
YUV119.2464.09117.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 149 (58.59% from 255) = 57.53%
BLUE value IS 6 (2.73% from 255) = 2.32%
R=40.15%
G=57.53%
B=2.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10414960.3000.960.4278.8892.2630.39
Hex689561E0602A4f5c1e
Octal15022563601405211713436
Binary11010001001010111011110011000001010101001111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689506; }

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

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

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

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

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

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

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

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