Html Css Color HEX #6B9450 Asparagus

📋 copy color: '#6B9450'

red 107 ◦ green 148 ◦ blue 80

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

Shades of Asparagus #6B9450

Tints of Asparagus #6B9450

RGB

 RED value IS 107 (42.19% from 255) = 31.94%

 GREEN value IS 148 (58.2% from 255) = 44.18%

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

R = 31.94%
G = 44.18%
B = 23.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#6B9450 (or 0x6B9450) is known color: Asparagus. HEX triplet: 6B, 94 and 50. RGB value is (107,148,80). Sum of RGB (Red+Green+Blue) = 107+148+80=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #6B9450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9450 is #946BAF. Grayscale: #808080. Windows color (decimal): -9726896 or 5280875. OLE color: 5280875.

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

Color convert

RGB 107 148 80 -
CMYK 0.28 0 0.46 0.42
HSL 96.18º 0.3% 0.45% -
HSV(B) 96.18º 0.46% 0.58% -
XYZ 18.1 24.88 11.44 -
YUV 127.99 100.92 113.03 -
System Red Green Blue C M Y K H S L
Decimal 107 148 80 0.28 0 0.46 0.42 96.18 0.3 0.45
Hex 6B 94 50 1C 0 2E 2A 60 1E 2D
Octal 153 224 120 34 0 56 52 140 36 55
Binary 1101011 10010100 1010000 11100 0 101110 101010 1100000 11110 101101

Color Harmonies of #6B9450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9450

Black with #6B9450

Text Example


Text Example

White with #6B9450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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