Html Css Color HEX #6EB286 Bay Leaf

📋 copy color: '#6EB286'

red 110 ◦ green 178 ◦ blue 134

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

Shades of Bay Leaf #6EB286

Tints of Bay Leaf #6EB286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.18%

 BLUE value IS 134 (52.73% from 255) = 31.75%

R = 26.07%
G = 42.18%
B = 31.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#6EB286 (or 0x6EB286) is known color: Bay Leaf. HEX triplet: 6E, B2 and 86. RGB value is (110,178,134). Sum of RGB (Red+Green+Blue) = 110+178+134=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 178 - color contains mainly: green. Hex color #6EB286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EB286 is #914D79. Grayscale: #989898. Windows color (decimal): -9522554 or 8827502. OLE color: 8827502.

HSL color Cylindrical-coordinate representation of color #6EB286: hue angle of 141.18º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EB286 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 110 178 134 -
CMYK 0.38 0 0.25 0.30
HSL 141.18º 0.31% 0.56% -
HSV(B) 141.18º 0.38% 0.7% -
XYZ 26.65 36.88 28.27 -
YUV 152.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 110 178 134 0.38 0 0.25 0.30 141.18 0.31 0.56
Hex 6E B2 86 26 0 19 1E 8D 1F 38
Octal 156 262 206 46 0 31 36 215 37 70
Binary 1101110 10110010 10000110 100110 0 11001 11110 10001101 11111 111000

Color Harmonies of #6EB286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB286

Black with #6EB286

Text Example


Text Example

White with #6EB286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,178,134); }

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

background-color css

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

 a { background-color: rgb(110,178,134); }

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

border-color css

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

 span { border-color: rgb(110,178,134); }

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