Html Css Color HEX #689320 Olive Drab

📋 copy color: '#689320'

red 104 ◦ green 147 ◦ blue 32

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

Shades of Olive Drab #689320

Tints of Olive Drab #689320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.94%

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

R = 36.75%
G = 51.94%
B = 11.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#689320 (or 0x689320) is known color: Olive Drab. HEX triplet: 68, 93 and 20. RGB value is (104,147,32). Sum of RGB (Red+Green+Blue) = 104+147+32=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #689320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689320 is #976CDF. Grayscale: #797979. Windows color (decimal): -9923808 or 2134888. OLE color: 2134888.

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

Color convert

RGB 104 147 32 -
CMYK 0.29 0 0.78 0.42
HSL 82.43º 0.64% 0.35% -
HSV(B) 82.43º 0.78% 0.58% -
XYZ 16.4 23.91 5.12 -
YUV 121.03 77.75 115.85 -
System Red Green Blue C M Y K H S L
Decimal 104 147 32 0.29 0 0.78 0.42 82.43 0.64 0.35
Hex 68 93 20 1D 0 4E 2A 52 40 23
Octal 150 223 40 35 0 116 52 122 100 43
Binary 1101000 10010011 100000 11101 0 1001110 101010 1010010 1000000 100011

Color Harmonies of #689320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689320

Black with #689320

Text Example


Text Example

White with #689320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689320; }

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

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

background-color css

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

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

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

border-color css

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

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

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