#6BAD81

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

Shades of Bay Leaf #6BAD81

Tints of Bay Leaf #6BAD81

Color information

#6BAD81 (or 0x6BAD81) is unknown color: approx Bay Leaf. HEX triplet: 6B, AD and 81. RGB value is (107,173,129). Sum of RGB (Red+Green+Blue) = 107+173+129=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAD81 is #94527E. Grayscale: #949494. Windows color (decimal): -9720447 or 8498539. OLE color: 8498539.

HSL color Cylindrical-coordinate representation of color #6BAD81: hue angle of 140º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAD81 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB107173129-
CMYK0.3800.250.32
HSL140º28.7%54.9%-
HSV(B)140º38.15%67.84%-
XYZ24.9734.626.13-
YUV148.25117.1398.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.16%
GREEN value IS 173 (67.97% from 255) = 42.30%
BLUE value IS 129 (50.78% from 255) = 31.54%
R=26.16%
G=42.30%
B=31.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071731290.3800.250.3214028.754.9
Hex6BAD8126019208c1d37
Octal15325520146031402143567
Binary110101110101101100000011001100110011000001000110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,173,129); }

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

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

 a { background-color: rgb(107,173,129); }

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

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

 span { border-color: rgb(107,173,129); }

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