#6DAF80

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

Shades of Bay Leaf #6DAF80

Tints of Bay Leaf #6DAF80

Color information

#6DAF80 (or 0x6DAF80) is unknown color: approx Bay Leaf. HEX triplet: 6D, AF and 80. RGB value is (109,175,128). Sum of RGB (Red+Green+Blue) = 109+175+128=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAF80 is #92507F. Grayscale: #969696. Windows color (decimal): -9588864 or 8433517. OLE color: 8433517.

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

Color convert

RGB109175128-
CMYK0.3800.270.31
HSL137.27º29.2%55.69%-
HSV(B)137.27º37.71%68.63%-
XYZ25.5335.4725.92-
YUV149.91115.6398.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.46%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=26.46%
G=42.48%
B=31.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091751280.3800.270.31137.2729.255.69
Hex6DAF802601B1F891d38
Octal15525720046033372113570
Binary11011011010111110000000100110011011111111000100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,175,128); }

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

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

 a { background-color: rgb(109,175,128); }

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

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

 span { border-color: rgb(109,175,128); }

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