Html Css Color HEX #6AB980 Bay Leaf

📋 copy color: '#6AB980'

red 106 ◦ green 185 ◦ blue 128

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

Shades of Bay Leaf #6AB980

Tints of Bay Leaf #6AB980

RGB

 RED value IS 106 (41.8% from 255) = 25.3%

 GREEN value IS 185 (72.66% from 255) = 44.15%

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 25.3%
G = 44.15%
B = 30.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#6AB980 (or 0x6AB980) is known color: Bay Leaf. HEX triplet: 6A, B9 and 80. RGB value is (106,185,128). Sum of RGB (Red+Green+Blue) = 106+185+128=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #6AB980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB980 is #95467F. Grayscale: #9B9B9B. Windows color (decimal): -9782912 or 8436074. OLE color: 8436074.

HSL color Cylindrical-coordinate representation of color #6AB980: hue angle of 136.71º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AB980 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 185 128 -
CMYK 0.43 0 0.31 0.27
HSL 136.71º 0.36% 0.57% -
HSV(B) 136.71º 0.43% 0.73% -
XYZ 27.19 39.32 26.58 -
YUV 154.88 112.83 93.13 -
System Red Green Blue C M Y K H S L
Decimal 106 185 128 0.43 0 0.31 0.27 136.71 0.36 0.57
Hex 6A B9 80 2B 0 1F 1B 89 24 39
Octal 152 271 200 53 0 37 33 211 44 71
Binary 1101010 10111001 10000000 101011 0 11111 11011 10001001 100100 111001

Color Harmonies of #6AB980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB980

Black with #6AB980

Text Example


Text Example

White with #6AB980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,185,128); }

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

background-color css

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

 a { background-color: rgb(106,185,128); }

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

border-color css

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

 span { border-color: rgb(106,185,128); }

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