#6EAF82

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

Shades of Bay Leaf #6EAF82

Tints of Bay Leaf #6EAF82

Color information

#6EAF82 (or 0x6EAF82) is unknown color: approx Bay Leaf. HEX triplet: 6E, AF and 82. RGB value is (110,175,130). Sum of RGB (Red+Green+Blue) = 110+175+130=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAF82 is #91507D. Grayscale: #969696. Windows color (decimal): -9523326 or 8564590. OLE color: 8564590.

HSL color Cylindrical-coordinate representation of color #6EAF82: hue angle of 138.46º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAF82 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB110175130-
CMYK0.3700.260.31
HSL138.46º28.89%55.88%-
HSV(B)138.46º37.14%68.63%-
XYZ25.7935.5926.63-
YUV150.44116.4799.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.51%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=26.51%
G=42.17%
B=31.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101751300.3700.260.31138.4628.8955.88
Hex6EAF822501A1F8a1d38
Octal15625720245032372123570
Binary11011101010111110000010100101011010111111000101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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