Html Css Color HEX #6C9650 Asparagus

📋 copy color: '#6C9650'

red 108 ◦ green 150 ◦ blue 80

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

Shades of Asparagus #6C9650

Tints of Asparagus #6C9650

RGB

 RED value IS 108 (42.58% from 255) = 31.95%

 GREEN value IS 150 (58.98% from 255) = 44.38%

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

R = 31.95%
G = 44.38%
B = 23.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#6C9650 (or 0x6C9650) is known color: Asparagus. HEX triplet: 6C, 96 and 50. RGB value is (108,150,80). Sum of RGB (Red+Green+Blue) = 108+150+80=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #6C9650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9650 is #9369AF. Grayscale: #818181. Windows color (decimal): -9660848 or 5281388. OLE color: 5281388.

HSL color Cylindrical-coordinate representation of color #6C9650: hue angle of 96º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C9650 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 150 80 -
CMYK 0.28 0 0.47 0.41
HSL 96º 0.3% 0.45% -
HSV(B) 96º 0.47% 0.59% -
XYZ 18.54 25.58 11.55 -
YUV 129.46 100.09 112.69 -
System Red Green Blue C M Y K H S L
Decimal 108 150 80 0.28 0 0.47 0.41 96 0.3 0.45
Hex 6C 96 50 1C 0 2F 29 60 1E 2D
Octal 154 226 120 34 0 57 51 140 36 55
Binary 1101100 10010110 1010000 11100 0 101111 101001 1100000 11110 101101

Color Harmonies of #6C9650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9650

Black with #6C9650

Text Example


Text Example

White with #6C9650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,150,80); }

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

background-color css

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

 a { background-color: rgb(108,150,80); }

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

border-color css

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

 span { border-color: rgb(108,150,80); }

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