#6F994C

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

Shades of Asparagus #6F994C

Tints of Asparagus #6F994C

Color information

#6F994C (or 0x6F994C) is unknown color: approx Asparagus. HEX triplet: 6F, 99 and 4C. RGB value is (111,153,76). Sum of RGB (Red+Green+Blue) = 111+153+76=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #6F994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F994C is #9066B3. Grayscale: #838383. Windows color (decimal): -9463476 or 5020015. OLE color: 5020015.

HSL color Cylindrical-coordinate representation of color #6F994C: hue angle of 92.73º degrees, saturation: 0.34, 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 #6F994C is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB11115376-
CMYK0.2700.500.4
HSL92.73º33.62%44.9%-
HSV(B)92.73º50.33%60%-
XYZ19.2526.6810.97-
YUV131.6696.59113.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.65%
GREEN value IS 153 (60.16% from 255) = 45%
BLUE value IS 76 (30.08% from 255) = 22.35%
R=32.65%
G=45%
B=22.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal111153760.2700.500.492.7333.6244.9
Hex6F994C1B032285d222d
Octal15723111433062501354255
Binary11011111001100110011001101101100101010001011101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,153,76); }

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

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

 a { background-color: rgb(111,153,76); }

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

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

 span { border-color: rgb(111,153,76); }

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