#69984C

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

Shades of Asparagus #69984C

Tints of Asparagus #69984C

Color information

#69984C (or 0x69984C) is unknown color: approx Asparagus. HEX triplet: 69, 98 and 4C. RGB value is (105,152,76). Sum of RGB (Red+Green+Blue) = 105+152+76=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #69984C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69984C is #9667B3. Grayscale: #818181. Windows color (decimal): -9856948 or 5019753. OLE color: 5019753.

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

Color convert

RGB10515276-
CMYK0.3100.500.40
HSL97.11º33.33%44.71%-
HSV(B)97.11º50%59.61%-
XYZ18.3625.9810.88-
YUV129.2897.93110.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 152 (59.77% from 255) = 45.65%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=31.53%
G=45.65%
B=22.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105152760.3100.500.4097.1133.3344.71
Hex69984C1F0322861212d
Octal15123011437062501414155
Binary11010011001100010011001111101100101010001100001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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