#6F9C50

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

Shades of Asparagus #6F9C50

Tints of Asparagus #6F9C50

Color information

#6F9C50 (or 0x6F9C50) is unknown color: approx Asparagus. HEX triplet: 6F, 9C and 50. RGB value is (111,156,80). Sum of RGB (Red+Green+Blue) = 111+156+80=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 156 - color contains mainly: green. Hex color #6F9C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9C50 is #9063AF. Grayscale: #868686. Windows color (decimal): -9462704 or 5282927. OLE color: 5282927.

HSL color Cylindrical-coordinate representation of color #6F9C50: hue angle of 95.53º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F9C50 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB11115680-
CMYK0.2900.490.39
HSL95.53º32.2%46.27%-
HSV(B)95.53º48.72%61.18%-
XYZ19.8927.7411.89-
YUV133.8897.59111.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.99%
GREEN value IS 156 (61.33% from 255) = 44.96%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=31.99%
G=44.96%
B=23.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111156800.2900.490.3995.5332.246.27
Hex6F9C501D0312760202e
Octal15723412035061471404056
Binary11011111001110010100001110101100011001111100000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,156,80); }

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

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

 a { background-color: rgb(111,156,80); }

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

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

 span { border-color: rgb(111,156,80); }

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