Html Css Color HEX #6FA050 Asparagus

📋 copy color: '#6FA050'

red 111 ◦ green 160 ◦ blue 80

#6FA050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #6FA050

Tints of Asparagus #6FA050

RGB

 RED value IS 111 (43.75% from 255) = 31.62%

 GREEN value IS 160 (62.89% from 255) = 45.58%

 BLUE value IS 80 (31.64% from 255) = 22.79%

R = 31.62%
G = 45.58%
B = 22.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#6FA050 (or 0x6FA050) is known color: Asparagus. HEX triplet: 6F, A0 and 50. RGB value is (111,160,80). Sum of RGB (Red+Green+Blue) = 111+160+80=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA050 is #905FAF. Grayscale: #888888. Windows color (decimal): -9461680 or 5283951. OLE color: 5283951.

HSL color Cylindrical-coordinate representation of color #6FA050: hue angle of 96.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FA050 is Cyan = 0.31, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB 111 160 80 -
CMYK 0.31 0 0.5 0.37
HSL 96.75º 0.33% 0.47% -
HSV(B) 96.75º 0.5% 0.63% -
XYZ 20.57 29.1 12.12 -
YUV 136.23 96.27 110 -
System Red Green Blue C M Y K H S L
Decimal 111 160 80 0.31 0 0.5 0.37 96.75 0.33 0.47
Hex 6F A0 50 1F 0 32 25 61 21 2F
Octal 157 240 120 37 0 62 45 141 41 57
Binary 1101111 10100000 1010000 11111 0 110010 100101 1100001 100001 101111

Color Harmonies of #6FA050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA050

Black with #6FA050

Text Example


Text Example

White with #6FA050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6FA050;
 }
 .AnyTagClassName
 {
   color: #6FA050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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