Html Css Color HEX #689020 Olive Drab

📋 copy color: '#689020'

red 104 ◦ green 144 ◦ blue 32

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

Shades of Olive Drab #689020

Tints of Olive Drab #689020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.43%

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

R = 37.14%
G = 51.43%
B = 11.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#689020 (or 0x689020) is known color: Olive Drab. HEX triplet: 68, 90 and 20. RGB value is (104,144,32). Sum of RGB (Red+Green+Blue) = 104+144+32=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #689020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689020 is #976FDF. Grayscale: #777777. Windows color (decimal): -9924576 or 2134120. OLE color: 2134120.

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

Color convert

RGB 104 144 32 -
CMYK 0.28 0 0.78 0.44
HSL 81.43º 0.64% 0.35% -
HSV(B) 81.43º 0.78% 0.56% -
XYZ 15.94 22.99 4.96 -
YUV 119.27 78.75 117.11 -
System Red Green Blue C M Y K H S L
Decimal 104 144 32 0.28 0 0.78 0.44 81.43 0.64 0.35
Hex 68 90 20 1C 0 4E 2C 51 40 23
Octal 150 220 40 34 0 116 54 121 100 43
Binary 1101000 10010000 100000 11100 0 1001110 101100 1010001 1000000 100011

Color Harmonies of #689020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689020

Black with #689020

Text Example


Text Example

White with #689020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689020; }

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

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

background-color css

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

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

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

border-color css

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

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

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