#6F9450

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

Shades of Asparagus #6F9450

Tints of Asparagus #6F9450

Color information

#6F9450 (or 0x6F9450) is unknown color: approx Asparagus. HEX triplet: 6F, 94 and 50. RGB value is (111,148,80). Sum of RGB (Red+Green+Blue) = 111+148+80=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9450 is #906BAF. Grayscale: #818181. Windows color (decimal): -9464752 or 5280879. OLE color: 5280879.

HSL color Cylindrical-coordinate representation of color #6F9450: hue angle of 92.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F9450 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB11114880-
CMYK0.2500.460.42
HSL92.65º29.82%44.71%-
HSV(B)92.65º45.95%58.04%-
XYZ18.5925.1411.46-
YUV129.18100.24115.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.74%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=32.74%
G=43.66%
B=23.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111148800.2500.460.4292.6529.8244.71
Hex6F94501902E2A5d1e2d
Octal15722412031056521353655
Binary1101111100101001010000110010101110101010101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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