#689004

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

Shades of Olive Drab #689004

Tints of Olive Drab #689004

Color information

#689004 (or 0x689004) is unknown color: approx Olive Drab. HEX triplet: 68, 90 and 04. RGB value is (104,144,4). Sum of RGB (Red+Green+Blue) = 104+144+4=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #689004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689004 is #976FFB. Grayscale: #747474. Windows color (decimal): -9924604 or 299112. OLE color: 299112.

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

Color convert

RGB1041444-
CMYK0.2800.970.44
HSL77.14º94.59%29.02%-
HSV(B)77.14º97.22%56.47%-
XYZ15.722.93.71-
YUV116.0864.75119.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 144 (56.64% from 255) = 57.14%
BLUE value IS 4 (1.95% from 255) = 1.59%
R=41.27%
G=57.14%
B=1.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10414440.2800.970.4477.1494.5929.02
Hex689041C0612C4d5f1d
Octal15022043401415411513735
Binary11010001001000010011100011000011011001001101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689004; }

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

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

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

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

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

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

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

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