Html Css Color HEX #689521 Olive Drab

📋 copy color: '#689521'

red 104 ◦ green 149 ◦ blue 33

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

Shades of Olive Drab #689521

Tints of Olive Drab #689521

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.1%

 BLUE value IS 33 (13.28% from 255) = 11.54%

R = 36.36%
G = 52.1%
B = 11.54%

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

#689521 (or 0x689521) is known color: Olive Drab. HEX triplet: 68, 95 and 21. RGB value is (104,149,33). Sum of RGB (Red+Green+Blue) = 104+149+33=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #689521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689521 is #976ADE. Grayscale: #7A7A7A. Windows color (decimal): -9923295 or 2200936. OLE color: 2200936.

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

Color convert

RGB 104 149 33 -
CMYK 0.30 0 0.78 0.42
HSL 83.28º 0.64% 0.36% -
HSV(B) 83.28º 0.78% 0.58% -
XYZ 16.73 24.55 5.3 -
YUV 122.32 77.59 114.93 -
System Red Green Blue C M Y K H S L
Decimal 104 149 33 0.30 0 0.78 0.42 83.28 0.64 0.36
Hex 68 95 21 1E 0 4E 2A 53 40 24
Octal 150 225 41 36 0 116 52 123 100 44
Binary 1101000 10010101 100001 11110 0 1001110 101010 1010011 1000000 100100

Color Harmonies of #689521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689521

Black with #689521

Text Example


Text Example

White with #689521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689521; }

 p { color: rgb(104,149,33); }

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

background-color css

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

 a { background-color: rgb(104,149,33); }

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

border-color css

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

 span { border-color: rgb(104,149,33); }

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