#6EAC83

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

Shades of Bay Leaf #6EAC83

Tints of Bay Leaf #6EAC83

Color information

#6EAC83 (or 0x6EAC83) is unknown color: approx Bay Leaf. HEX triplet: 6E, AC and 83. RGB value is (110,172,131). Sum of RGB (Red+Green+Blue) = 110+172+131=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #6EAC83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAC83 is #91537C. Grayscale: #949494. Windows color (decimal): -9524093 or 8629358. OLE color: 8629358.

HSL color Cylindrical-coordinate representation of color #6EAC83: hue angle of 140.32º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EAC83 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB110172131-
CMYK0.3600.240.33
HSL140.32º27.19%55.29%-
HSV(B)140.32º36.05%67.45%-
XYZ25.2834.4626.79-
YUV148.79117.96100.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.63%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 131 (51.56% from 255) = 31.72%
R=26.63%
G=41.65%
B=31.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101721310.3600.240.33140.3227.1955.29
Hex6EAC8324018218c1b37
Octal15625420344030412143367
Binary110111010101100100000111001000110001000011000110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,172,131); }

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

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

 a { background-color: rgb(110,172,131); }

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

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

 span { border-color: rgb(110,172,131); }

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