Html Css Color HEX #689950 Asparagus

📋 copy color: '#689950'

red 104 ◦ green 153 ◦ blue 80

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

Shades of Asparagus #689950

Tints of Asparagus #689950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.4%

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 30.86%
G = 45.4%
B = 23.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#689950 (or 0x689950) is known color: Asparagus. HEX triplet: 68, 99 and 50. RGB value is (104,153,80). Sum of RGB (Red+Green+Blue) = 104+153+80=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #689950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689950 is #9766AF. Grayscale: #828282. Windows color (decimal): -9922224 or 5282152. OLE color: 5282152.

HSL color Cylindrical-coordinate representation of color #689950: hue angle of 100.27º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #689950 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 80 -
CMYK 0.32 0 0.48 0.4
HSL 100.27º 0.31% 0.46% -
HSV(B) 100.27º 0.48% 0.6% -
XYZ 18.55 26.3 11.69 -
YUV 130.03 99.77 109.44 -
System Red Green Blue C M Y K H S L
Decimal 104 153 80 0.32 0 0.48 0.4 100.27 0.31 0.46
Hex 68 99 50 20 0 30 28 64 1F 2E
Octal 150 231 120 40 0 60 50 144 37 56
Binary 1101000 10011001 1010000 100000 0 110000 101000 1100100 11111 101110

Color Harmonies of #689950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689950

Black with #689950

Text Example


Text Example

White with #689950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689950; }

 p { color: rgb(104,153,80); }

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

background-color css

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

 a { background-color: rgb(104,153,80); }

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

border-color css

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

 span { border-color: rgb(104,153,80); }

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