Html Css Color HEX #6FAD80 Bay Leaf

📋 copy color: '#6FAD80'

red 111 ◦ green 173 ◦ blue 128

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

Shades of Bay Leaf #6FAD80

Tints of Bay Leaf #6FAD80

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.99%

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

R = 26.94%
G = 41.99%
B = 31.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#6FAD80 (or 0x6FAD80) is known color: Bay Leaf. HEX triplet: 6F, AD and 80. RGB value is (111,173,128). Sum of RGB (Red+Green+Blue) = 111+173+128=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAD80 is #90527F. Grayscale: #959595. Windows color (decimal): -9458304 or 8433007. OLE color: 8433007.

HSL color Cylindrical-coordinate representation of color #6FAD80: hue angle of 136.45º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAD80 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 173 128 -
CMYK 0.36 0 0.26 0.32
HSL 136.45º 0.27% 0.56% -
HSV(B) 136.45º 0.36% 0.68% -
XYZ 25.4 34.83 25.81 -
YUV 149.33 115.96 100.66 -
System Red Green Blue C M Y K H S L
Decimal 111 173 128 0.36 0 0.26 0.32 136.45 0.27 0.56
Hex 6F AD 80 24 0 1A 20 88 1B 38
Octal 157 255 200 44 0 32 40 210 33 70
Binary 1101111 10101101 10000000 100100 0 11010 100000 10001000 11011 111000

Color Harmonies of #6FAD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAD80

Black with #6FAD80

Text Example


Text Example

White with #6FAD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,173,128); }

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

background-color css

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

 a { background-color: rgb(111,173,128); }

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

border-color css

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

 span { border-color: rgb(111,173,128); }

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