Html Css Color HEX #6EBA7F Bay Leaf

📋 copy color: '#6EBA7F'

red 110 ◦ green 186 ◦ blue 127

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

Shades of Bay Leaf #6EBA7F

Tints of Bay Leaf #6EBA7F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.97%

 BLUE value IS 127 (50% from 255) = 30.02%

R = 26%
G = 43.97%
B = 30.02%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#6EBA7F (or 0x6EBA7F) is known color: Bay Leaf. HEX triplet: 6E, BA and 7F. RGB value is (110,186,127). Sum of RGB (Red+Green+Blue) = 110+186+127=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EBA7F is #914580. Grayscale: #9C9C9C. Windows color (decimal): -9520513 or 8370798. OLE color: 8370798.

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

Color convert

RGB 110 186 127 -
CMYK 0.41 0 0.32 0.27
HSL 133.42º 0.36% 0.58% -
HSV(B) 133.42º 0.41% 0.73% -
XYZ 27.82 39.97 26.33 -
YUV 156.55 111.32 94.8 -
System Red Green Blue C M Y K H S L
Decimal 110 186 127 0.41 0 0.32 0.27 133.42 0.36 0.58
Hex 6E BA 7F 29 0 20 1B 85 24 3A
Octal 156 272 177 51 0 40 33 205 44 72
Binary 1101110 10111010 1111111 101001 0 100000 11011 10000101 100100 111010

Color Harmonies of #6EBA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBA7F

Black with #6EBA7F

Text Example


Text Example

White with #6EBA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,186,127); }

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

background-color css

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

 a { background-color: rgb(110,186,127); }

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

border-color css

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

 span { border-color: rgb(110,186,127); }

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