Html Css Color HEX #6FBC80 Bay Leaf

📋 copy color: '#6FBC80'

red 111 ◦ green 188 ◦ blue 128

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

Shades of Bay Leaf #6FBC80

Tints of Bay Leaf #6FBC80

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.03%

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

R = 26%
G = 44.03%
B = 29.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#6FBC80 (or 0x6FBC80) is known color: Bay Leaf. HEX triplet: 6F, BC and 80. RGB value is (111,188,128). Sum of RGB (Red+Green+Blue) = 111+188+128=427 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.00% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBC80 is #90437F. Grayscale: #9E9E9E. Windows color (decimal): -9454464 or 8436847. OLE color: 8436847.

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

Color convert

RGB 111 188 128 -
CMYK 0.41 0 0.32 0.26
HSL 133.25º 0.36% 0.59% -
HSV(B) 133.25º 0.41% 0.74% -
XYZ 28.44 40.9 26.82 -
YUV 158.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 111 188 128 0.41 0 0.32 0.26 133.25 0.36 0.59
Hex 6F BC 80 29 0 20 1A 85 24 3B
Octal 157 274 200 51 0 40 32 205 44 73
Binary 1101111 10111100 10000000 101001 0 100000 11010 10000101 100100 111011

Color Harmonies of #6FBC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBC80

Black with #6FBC80

Text Example


Text Example

White with #6FBC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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