Html Css Color HEX #6EB685 Bay Leaf

📋 copy color: '#6EB685'

red 110 ◦ green 182 ◦ blue 133

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

Shades of Bay Leaf #6EB685

Tints of Bay Leaf #6EB685

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.82%

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

R = 25.88%
G = 42.82%
B = 31.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#6EB685 (or 0x6EB685) is known color: Bay Leaf. HEX triplet: 6E, B6 and 85. RGB value is (110,182,133). Sum of RGB (Red+Green+Blue) = 110+182+133=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 182 - color contains mainly: green. Hex color #6EB685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB685 is #91497A. Grayscale: #9B9B9B. Windows color (decimal): -9521531 or 8762990. OLE color: 8762990.

HSL color Cylindrical-coordinate representation of color #6EB685: hue angle of 139.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EB685 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 110 182 133 -
CMYK 0.40 0 0.27 0.29
HSL 139.17º 0.33% 0.57% -
HSV(B) 139.17º 0.4% 0.71% -
XYZ 27.39 38.46 28.17 -
YUV 154.89 115.65 95.98 -
System Red Green Blue C M Y K H S L
Decimal 110 182 133 0.40 0 0.27 0.29 139.17 0.33 0.57
Hex 6E B6 85 28 0 1B 1D 8B 21 39
Octal 156 266 205 50 0 33 35 213 41 71
Binary 1101110 10110110 10000101 101000 0 11011 11101 10001011 100001 111001

Color Harmonies of #6EB685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB685

Black with #6EB685

Text Example


Text Example

White with #6EB685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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