Html Css Color HEX #6EB985 Bay Leaf

📋 copy color: '#6EB985'

red 110 ◦ green 185 ◦ blue 133

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

Shades of Bay Leaf #6EB985

Tints of Bay Leaf #6EB985

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

 BLUE value IS 133 (52.34% from 255) = 31.07%

R = 25.7%
G = 43.22%
B = 31.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#6EB985 (or 0x6EB985) is known color: Bay Leaf. HEX triplet: 6E, B9 and 85. RGB value is (110,185,133). Sum of RGB (Red+Green+Blue) = 110+185+133=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #6EB985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB985 is #91467A. Grayscale: #9C9C9C. Windows color (decimal): -9520763 or 8763758. OLE color: 8763758.

HSL color Cylindrical-coordinate representation of color #6EB985: hue angle of 138.4º degrees, saturation: 0.35, 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 #6EB985 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 185 133 -
CMYK 0.41 0 0.28 0.27
HSL 138.4º 0.35% 0.58% -
HSV(B) 138.4º 0.41% 0.73% -
XYZ 28.01 39.71 28.38 -
YUV 156.65 114.65 94.73 -
System Red Green Blue C M Y K H S L
Decimal 110 185 133 0.41 0 0.28 0.27 138.4 0.35 0.58
Hex 6E B9 85 29 0 1C 1B 8A 23 3A
Octal 156 271 205 51 0 34 33 212 43 72
Binary 1101110 10111001 10000101 101001 0 11100 11011 10001010 100011 111010

Color Harmonies of #6EB985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB985

Black with #6EB985

Text Example


Text Example

White with #6EB985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,185,133); }

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

background-color css

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

 a { background-color: rgb(110,185,133); }

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

border-color css

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

 span { border-color: rgb(110,185,133); }

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