#699A4E

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

Shades of Asparagus #699A4E

Tints of Asparagus #699A4E

Color information

#699A4E (or 0x699A4E) is unknown color: approx Asparagus. HEX triplet: 69, 9A and 4E. RGB value is (105,154,78). Sum of RGB (Red+Green+Blue) = 105+154+78=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #699A4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699A4E is #9665B1. Grayscale: #828282. Windows color (decimal): -9856434 or 5151337. OLE color: 5151337.

HSL color Cylindrical-coordinate representation of color #699A4E: hue angle of 98.68º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #699A4E is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB10515478-
CMYK0.3200.490.40
HSL98.68º32.76%45.49%-
HSV(B)98.68º49.35%60.39%-
XYZ18.7626.6611.37-
YUV130.6898.27109.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 154 (60.55% from 255) = 45.70%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=31.16%
G=45.70%
B=23.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105154780.3200.490.4098.6832.7645.49
Hex699A4E200312863212d
Octal15123211640061501434155
Binary110100110011010100111010000001100011010001100011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,154,78); }

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

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

 a { background-color: rgb(105,154,78); }

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

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

 span { border-color: rgb(105,154,78); }

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