#6F985A

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

Shades of Asparagus #6F985A

Tints of Asparagus #6F985A

Color information

#6F985A (or 0x6F985A) is unknown color: approx Asparagus. HEX triplet: 6F, 98 and 5A. RGB value is (111,152,90). Sum of RGB (Red+Green+Blue) = 111+152+90=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #6F985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F985A is #9067A5. Grayscale: #848484. Windows color (decimal): -9463718 or 5937263. OLE color: 5937263.

HSL color Cylindrical-coordinate representation of color #6F985A: hue angle of 99.68º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F985A is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB11115290-
CMYK0.2700.410.40
HSL99.68º25.62%47.45%-
HSV(B)99.68º40.79%59.61%-
XYZ19.6326.5713.77-
YUV132.67103.92112.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.44%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=31.44%
G=43.06%
B=25.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111152900.2700.410.4099.6825.6247.45
Hex6F985A1B02928641a2f
Octal15723013233051501443257
Binary1101111100110001011010110110101001101000110010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F985A; }

 p { color: rgb(111,152,90); }

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

<style>
 a { background-color: #6F985A; }

 a { background-color: rgb(111,152,90); }

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

<style>
 span { border-color: #6F985A; }

 span { border-color: rgb(111,152,90); }

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