#689306

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

Shades of Olive Drab #689306

Tints of Olive Drab #689306

Color information

#689306 (or 0x689306) is unknown color: approx Olive Drab. HEX triplet: 68, 93 and 06. RGB value is (104,147,6). Sum of RGB (Red+Green+Blue) = 104+147+6=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #689306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689306 is #976CF9. Grayscale: #767676. Windows color (decimal): -9923834 or 430952. OLE color: 430952.

HSL color Cylindrical-coordinate representation of color #689306: hue angle of 78.3º 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 #689306 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1041476-
CMYK0.2900.960.42
HSL78.3º92.16%30%-
HSV(B)78.3º95.92%57.65%-
XYZ16.1823.823.92-
YUV118.0764.75117.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 147 (57.81% from 255) = 57.20%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=40.47%
G=57.20%
B=2.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10414760.2900.960.4278.392.1630
Hex689361D0602A4e5c1e
Octal15022363501405211613436
Binary11010001001001111011101011000001010101001110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689306; }

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

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

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

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

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

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

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

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