#69984F

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

Shades of Asparagus #69984F

Tints of Asparagus #69984F

Color information

#69984F (or 0x69984F) is unknown color: approx Asparagus. HEX triplet: 69, 98 and 4F. RGB value is (105,152,79). Sum of RGB (Red+Green+Blue) = 105+152+79=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #69984F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69984F is #9667B0. Grayscale: #818181. Windows color (decimal): -9856945 or 5216361. OLE color: 5216361.

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

Color convert

RGB10515279-
CMYK0.3100.480.40
HSL98.63º31.6%45.29%-
HSV(B)98.63º48.03%59.61%-
XYZ18.4726.0211.45-
YUV129.6299.43110.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.25%
GREEN value IS 152 (59.77% from 255) = 45.24%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=31.25%
G=45.24%
B=23.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105152790.3100.480.4098.6331.645.29
Hex69984F1F0302863202d
Octal15123011737060501434055
Binary11010011001100010011111111101100001010001100011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69984F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69984F; }

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

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

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

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

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

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

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

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