Html Css Color HEX #6EB385 Bay Leaf

📋 copy color: '#6EB385'

red 110 ◦ green 179 ◦ blue 133

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

Shades of Bay Leaf #6EB385

Tints of Bay Leaf #6EB385

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.42%

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

R = 26.07%
G = 42.42%
B = 31.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#6EB385 (or 0x6EB385) is known color: Bay Leaf. HEX triplet: 6E, B3 and 85. RGB value is (110,179,133). Sum of RGB (Red+Green+Blue) = 110+179+133=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #6EB385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB385 is #914C7A. Grayscale: #999999. Windows color (decimal): -9522299 or 8762222. OLE color: 8762222.

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

Color convert

RGB 110 179 133 -
CMYK 0.39 0 0.26 0.30
HSL 140º 0.31% 0.57% -
HSV(B) 140º 0.39% 0.7% -
XYZ 26.78 37.25 27.97 -
YUV 153.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 110 179 133 0.39 0 0.26 0.30 140 0.31 0.57
Hex 6E B3 85 27 0 1A 1E 8C 1F 39
Octal 156 263 205 47 0 32 36 214 37 71
Binary 1101110 10110011 10000101 100111 0 11010 11110 10001100 11111 111001

Color Harmonies of #6EB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB385

Black with #6EB385

Text Example


Text Example

White with #6EB385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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