#699B50

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

Shades of Asparagus #699B50

Tints of Asparagus #699B50

Color information

#699B50 (or 0x699B50) is unknown color: approx Asparagus. HEX triplet: 69, 9B and 50. RGB value is (105,155,80). Sum of RGB (Red+Green+Blue) = 105+155+80=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #699B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699B50 is #9664AF. Grayscale: #838383. Windows color (decimal): -9856176 or 5282665. OLE color: 5282665.

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

Color convert

RGB10515580-
CMYK0.3200.480.39
HSL100º31.91%46.08%-
HSV(B)100º48.39%60.78%-
XYZ1927.0311.8-
YUV131.598.94109.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 155 (60.94% from 255) = 45.59%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=30.88%
G=45.59%
B=23.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105155800.3200.480.3910031.9146.08
Hex699B50200302764202e
Octal15123312040060471444056
Binary110100110011011101000010000001100001001111100100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699B50; }

 p { color: rgb(105,155,80); }

 H1.HeaderClassName
 {
   color: #699B50;
 }
 .AnyTagClassName
 {
   color: #699B50;
 }
</style>
background-color css

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

 a { background-color: rgb(105,155,80); }

 div.DivClassName
 {
   background-color: #699B50;
 }
 .BgClassName
 {
   background-color: #699B50;
 }
</style>
border-color css

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

 span { border-color: rgb(105,155,80); }

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