#699D54

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

Shades of Asparagus #699D54

Tints of Asparagus #699D54

Color information

#699D54 (or 0x699D54) is unknown color: approx Asparagus. HEX triplet: 69, 9D and 54. RGB value is (105,157,84). Sum of RGB (Red+Green+Blue) = 105+157+84=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #699D54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D54 is #9662AB. Grayscale: #858585. Windows color (decimal): -9855660 or 5545321. OLE color: 5545321.

HSL color Cylindrical-coordinate representation of color #699D54: hue angle of 102.74º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #699D54 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB10515784-
CMYK0.3300.460.38
HSL102.74º30.29%47.25%-
HSV(B)102.74º46.5%61.57%-
XYZ19.4827.7612.72-
YUV133.13100.27107.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 157 (61.72% from 255) = 45.38%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=30.35%
G=45.38%
B=24.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105157840.3300.460.38102.7430.2947.25
Hex699D542102E26671e2f
Octal15123512441056461473657
Binary11010011001110110101001000010101110100110110011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,157,84); }

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

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

 a { background-color: rgb(105,157,84); }

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

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

 span { border-color: rgb(105,157,84); }

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