Html Css Color HEX #6EAD7F Bay Leaf

📋 copy color: '#6EAD7F'

red 110 ◦ green 173 ◦ blue 127

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

Shades of Bay Leaf #6EAD7F

Tints of Bay Leaf #6EAD7F

RGB

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

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

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

R = 26.83%
G = 42.2%
B = 30.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#6EAD7F (or 0x6EAD7F) is known color: Bay Leaf. HEX triplet: 6E, AD and 7F. RGB value is (110,173,127). Sum of RGB (Red+Green+Blue) = 110+173+127=410 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.83% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #6EAD7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAD7F is #915280. Grayscale: #959595. Windows color (decimal): -9523841 or 8367470. OLE color: 8367470.

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

Color convert

RGB 110 173 127 -
CMYK 0.36 0 0.27 0.32
HSL 136.19º 0.28% 0.55% -
HSV(B) 136.19º 0.36% 0.68% -
XYZ 25.2 34.73 25.45 -
YUV 148.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 110 173 127 0.36 0 0.27 0.32 136.19 0.28 0.55
Hex 6E AD 7F 24 0 1B 20 88 1C 37
Octal 156 255 177 44 0 33 40 210 34 67
Binary 1101110 10101101 1111111 100100 0 11011 100000 10001000 11100 110111

Color Harmonies of #6EAD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAD7F

Black with #6EAD7F

Text Example


Text Example

White with #6EAD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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