#6EBA82

Color #6EBA82 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #6EBA82

Tints of Bay Leaf #6EBA82

Color information

#6EBA82 (or 0x6EBA82) is unknown color: approx Bay Leaf. HEX triplet: 6E, BA and 82. RGB value is (110,186,130). Sum of RGB (Red+Green+Blue) = 110+186+130=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBA82 is #91457D. Grayscale: #9D9D9D. Windows color (decimal): -9520510 or 8567406. OLE color: 8567406.

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

Color convert

RGB110186130-
CMYK0.4100.300.27
HSL135.79º35.51%58.04%-
HSV(B)135.79º40.86%72.94%-
XYZ28.0240.0427.37-
YUV156.89112.8294.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.82%
GREEN value IS 186 (73.05% from 255) = 43.66%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=25.82%
G=43.66%
B=30.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101861300.4100.300.27135.7935.5158.04
Hex6EBA822901E1B88243a
Octal15627220251036332104472
Binary110111010111010100000101010010111101101110001000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,186,130); }

 H1.HeaderClassName
 {
   color: #6EBA82;
 }
 .AnyTagClassName
 {
   color: #6EBA82;
 }
</style>
background-color css

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

 a { background-color: rgb(110,186,130); }

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

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

 span { border-color: rgb(110,186,130); }

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