#689304

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

Shades of Olive Drab #689304

Tints of Olive Drab #689304

Color information

#689304 (or 0x689304) is unknown color: approx Olive Drab. HEX triplet: 68, 93 and 04. RGB value is (104,147,4). Sum of RGB (Red+Green+Blue) = 104+147+4=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #689304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689304 is #976CFB. Grayscale: #767676. Windows color (decimal): -9923836 or 299880. OLE color: 299880.

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

Color convert

RGB1041474-
CMYK0.2900.970.42
HSL78.04º94.7%29.61%-
HSV(B)78.04º97.28%57.65%-
XYZ16.1623.823.86-
YUV117.8463.75118.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 147 (57.81% from 255) = 57.65%
BLUE value IS 4 (1.95% from 255) = 1.57%
R=40.78%
G=57.65%
B=1.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10414740.2900.970.4278.0494.729.61
Hex689341D0612A4e5f1e
Octal15022343501415211613736
Binary11010001001001110011101011000011010101001110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689304; }

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

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

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

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

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

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

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

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