#689950

Color #689950 Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #689950

Tints of Asparagus #689950

Color information

#689950 (or 0x689950) is unknown color: approx 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

RGB10415380-
CMYK0.3200.480.4
HSL100.27º31.33%45.69%-
HSV(B)100.27º47.71%60%-
XYZ18.5526.311.69-
YUV130.0399.77109.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 153 (60.16% from 255) = 45.40%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=30.86%
G=45.40%
B=23.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104153800.3200.480.4100.2731.3345.69
Hex6899502003028641f2e
Octal15023112040060501443756
Binary11010001001100110100001000000110000101000110010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>