#6DAF84

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

Shades of Bay Leaf #6DAF84

Tints of Bay Leaf #6DAF84

Color information

#6DAF84 (or 0x6DAF84) is unknown color: approx Bay Leaf. HEX triplet: 6D, AF and 84. RGB value is (109,175,132). Sum of RGB (Red+Green+Blue) = 109+175+132=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAF84 is #92507B. Grayscale: #969696. Windows color (decimal): -9588860 or 8695661. OLE color: 8695661.

HSL color Cylindrical-coordinate representation of color #6DAF84: hue angle of 140.91º 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 #6DAF84 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB109175132-
CMYK0.3800.250.31
HSL140.91º29.2%55.69%-
HSV(B)140.91º37.71%68.63%-
XYZ25.835.5827.34-
YUV150.36117.6398.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.20%
GREEN value IS 175 (68.75% from 255) = 42.07%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=26.20%
G=42.07%
B=31.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091751320.3800.250.31140.9129.255.69
Hex6DAF84260191F8d1d38
Octal15525720446031372153570
Binary11011011010111110000100100110011001111111000110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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