Html Css Color HEX #689420 Olive Drab

📋 copy color: '#689420'

red 104 ◦ green 148 ◦ blue 32

#689420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #689420

Tints of Olive Drab #689420

RGB

 RED value IS 104 (41.02% from 255) = 36.62%

 GREEN value IS 148 (58.2% from 255) = 52.11%

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 36.62%
G = 52.11%
B = 11.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#689420 (or 0x689420) is known color: Olive Drab. HEX triplet: 68, 94 and 20. RGB value is (104,148,32). Sum of RGB (Red+Green+Blue) = 104+148+32=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #689420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689420 is #976BDF. Grayscale: #7A7A7A. Windows color (decimal): -9923552 or 2135144. OLE color: 2135144.

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

Color convert

RGB 104 148 32 -
CMYK 0.30 0 0.78 0.42
HSL 82.76º 0.64% 0.35% -
HSV(B) 82.76º 0.78% 0.58% -
XYZ 16.56 24.23 5.17 -
YUV 121.62 77.42 115.43 -
System Red Green Blue C M Y K H S L
Decimal 104 148 32 0.30 0 0.78 0.42 82.76 0.64 0.35
Hex 68 94 20 1E 0 4E 2A 53 40 23
Octal 150 224 40 36 0 116 52 123 100 43
Binary 1101000 10010100 100000 11110 0 1001110 101010 1010011 1000000 100011

Color Harmonies of #689420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689420

Black with #689420

Text Example


Text Example

White with #689420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689420; }

 p { color: rgb(104,148,32); }

 H1.HeaderClassName
 {
   color: #689420;
 }
 .AnyTagClassName
 {
   color: #689420;
 }
</style>

background-color css

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

 a { background-color: rgb(104,148,32); }

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

border-color css

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

 span { border-color: rgb(104,148,32); }

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