#689106

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

Shades of Olive Drab #689106

Tints of Olive Drab #689106

Color information

#689106 (or 0x689106) is unknown color: approx Olive Drab. HEX triplet: 68, 91 and 06. RGB value is (104,145,6). Sum of RGB (Red+Green+Blue) = 104+145+6=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #689106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689106 is #976EF9. Grayscale: #757575. Windows color (decimal): -9924346 or 430440. OLE color: 430440.

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

Color convert

RGB1041456-
CMYK0.2800.960.43
HSL77.7º92.05%29.61%-
HSV(B)77.7º95.86%56.86%-
XYZ15.8723.213.82-
YUV116.965.42118.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 145 (57.03% from 255) = 56.86%
BLUE value IS 6 (2.73% from 255) = 2.35%
R=40.78%
G=56.86%
B=2.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10414560.2800.960.4377.792.0529.61
Hex689161C0602B4e5c1e
Octal15022163401405311613436
Binary11010001001000111011100011000001010111001110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689106; }

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

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

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

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

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

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

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

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