#6DBD81

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

Shades of Bay Leaf #6DBD81

Tints of Bay Leaf #6DBD81

Color information

#6DBD81 (or 0x6DBD81) is unknown color: approx Bay Leaf. HEX triplet: 6D, BD and 81. RGB value is (109,189,129). Sum of RGB (Red+Green+Blue) = 109+189+129=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBD81 is #92427E. Grayscale: #9E9E9E. Windows color (decimal): -9585279 or 8502637. OLE color: 8502637.

HSL color Cylindrical-coordinate representation of color #6DBD81: hue angle of 135º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBD81 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB109189129-
CMYK0.4200.320.26
HSL135º37.74%58.43%-
HSV(B)135º42.33%74.12%-
XYZ28.4741.2327.23-
YUV158.24111.592.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.53%
GREEN value IS 189 (74.22% from 255) = 44.26%
BLUE value IS 129 (50.78% from 255) = 30.21%
R=25.53%
G=44.26%
B=30.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091891290.4200.320.2613537.7458.43
Hex6DBD812A0201A87263a
Octal15527520152040322074672
Binary1101101101111011000000110101001000001101010000111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,189,129); }

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

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

 a { background-color: rgb(109,189,129); }

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

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

 span { border-color: rgb(109,189,129); }

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