Html Css Color HEX #6F9550 Asparagus

📋 copy color: '#6F9550'

red 111 ◦ green 149 ◦ blue 80

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

Shades of Asparagus #6F9550

Tints of Asparagus #6F9550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.82%

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

R = 32.65%
G = 43.82%
B = 23.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#6F9550 (or 0x6F9550) is known color: Asparagus. HEX triplet: 6F, 95 and 50. RGB value is (111,149,80). Sum of RGB (Red+Green+Blue) = 111+149+80=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #6F9550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9550 is #906AAF. Grayscale: #828282. Windows color (decimal): -9464496 or 5281135. OLE color: 5281135.

HSL color Cylindrical-coordinate representation of color #6F9550: hue angle of 93.04º 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 #6F9550 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 149 80 -
CMYK 0.26 0 0.46 0.42
HSL 93.04º 0.3% 0.45% -
HSV(B) 93.04º 0.46% 0.58% -
XYZ 18.75 25.45 11.51 -
YUV 129.77 99.91 114.61 -
System Red Green Blue C M Y K H S L
Decimal 111 149 80 0.26 0 0.46 0.42 93.04 0.3 0.45
Hex 6F 95 50 1A 0 2E 2A 5D 1E 2D
Octal 157 225 120 32 0 56 52 135 36 55
Binary 1101111 10010101 1010000 11010 0 101110 101010 1011101 11110 101101

Color Harmonies of #6F9550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9550

Black with #6F9550

Text Example


Text Example

White with #6F9550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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