#699C54

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

Shades of Asparagus #699C54

Tints of Asparagus #699C54

Color information

#699C54 (or 0x699C54) is unknown color: approx Asparagus. HEX triplet: 69, 9C and 54. RGB value is (105,156,84). Sum of RGB (Red+Green+Blue) = 105+156+84=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #699C54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699C54 is #9663AB. Grayscale: #848484. Windows color (decimal): -9855916 or 5545065. OLE color: 5545065.

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

Color convert

RGB10515684-
CMYK0.3300.460.39
HSL102.5º30%47.06%-
HSV(B)102.5º46.15%61.18%-
XYZ19.3127.4212.66-
YUV132.54100.6108.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 156 (61.33% from 255) = 45.22%
BLUE value IS 84 (33.20% from 255) = 24.35%
R=30.43%
G=45.22%
B=24.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105156840.3300.460.39102.53047.06
Hex699C542102E27661e2f
Octal15123412441056471463657
Binary11010011001110010101001000010101110100111110011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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