#699B51

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

Shades of Asparagus #699B51

Tints of Asparagus #699B51

Color information

#699B51 (or 0x699B51) is unknown color: approx Asparagus. HEX triplet: 69, 9B and 51. RGB value is (105,155,81). Sum of RGB (Red+Green+Blue) = 105+155+81=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #699B51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699B51 is #9664AE. Grayscale: #838383. Windows color (decimal): -9856175 or 5348201. OLE color: 5348201.

HSL color Cylindrical-coordinate representation of color #699B51: hue angle of 100.54º degrees, saturation: 0.31, 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 #699B51 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB10515581-
CMYK0.3200.480.39
HSL100.54º31.36%46.27%-
HSV(B)100.54º47.74%60.78%-
XYZ19.0327.0412-
YUV131.6199.44109.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.79%
GREEN value IS 155 (60.94% from 255) = 45.45%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=30.79%
G=45.45%
B=23.75%

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
Decimal105155810.3200.480.39100.5431.3646.27
Hex699B512003027651f2e
Octal15123312140060471453756
Binary11010011001101110100011000000110000100111110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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