Html Css Color HEX #6EBF80 Bay Leaf

📋 copy color: '#6EBF80'

red 110 ◦ green 191 ◦ blue 128

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

Shades of Bay Leaf #6EBF80

Tints of Bay Leaf #6EBF80

RGB

 RED value IS 110 (43.36% from 255) = 25.64%

 GREEN value IS 191 (75% from 255) = 44.52%

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

R = 25.64%
G = 44.52%
B = 29.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#6EBF80 (or 0x6EBF80) is known color: Bay Leaf. HEX triplet: 6E, BF and 80. RGB value is (110,191,128). Sum of RGB (Red+Green+Blue) = 110+191+128=429 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.64% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBF80 is #91407F. Grayscale: #9F9F9F. Windows color (decimal): -9519232 or 8437614. OLE color: 8437614.

HSL color Cylindrical-coordinate representation of color #6EBF80: hue angle of 133.33º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBF80 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 191 128 -
CMYK 0.42 0 0.33 0.25
HSL 133.33º 0.39% 0.59% -
HSV(B) 133.33º 0.42% 0.75% -
XYZ 28.96 42.14 27.03 -
YUV 159.6 110.16 92.62 -
System Red Green Blue C M Y K H S L
Decimal 110 191 128 0.42 0 0.33 0.25 133.33 0.39 0.59
Hex 6E BF 80 2A 0 21 19 85 27 3B
Octal 156 277 200 52 0 41 31 205 47 73
Binary 1101110 10111111 10000000 101010 0 100001 11001 10000101 100111 111011

Color Harmonies of #6EBF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBF80

Black with #6EBF80

Text Example


Text Example

White with #6EBF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,191,128); }

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

background-color css

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

 a { background-color: rgb(110,191,128); }

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

border-color css

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

 span { border-color: rgb(110,191,128); }

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