#699845

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

Shades of Asparagus #699845

Tints of Asparagus #699845

Color information

#699845 (or 0x699845) is unknown color: approx Asparagus. HEX triplet: 69, 98 and 45. RGB value is (105,152,69). Sum of RGB (Red+Green+Blue) = 105+152+69=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #699845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699845 is #9667BA. Grayscale: #808080. Windows color (decimal): -9856955 or 4561001. OLE color: 4561001.

HSL color Cylindrical-coordinate representation of color #699845: hue angle of 93.98º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #699845 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB10515269-
CMYK0.3100.550.40
HSL93.98º37.56%43.33%-
HSV(B)93.98º54.61%59.61%-
XYZ18.1325.899.67-
YUV128.4894.43111.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 152 (59.77% from 255) = 46.63%
BLUE value IS 69 (27.34% from 255) = 21.17%
R=32.21%
G=46.63%
B=21.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105152690.3100.550.4093.9837.5643.33
Hex6998451F037285e262b
Octal15123010537067501364653
Binary11010011001100010001011111101101111010001011110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699845; }

 p { color: rgb(105,152,69); }

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

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

 a { background-color: rgb(105,152,69); }

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

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

 span { border-color: rgb(105,152,69); }

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