#6BAD84

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

Shades of Bay Leaf #6BAD84

Tints of Bay Leaf #6BAD84

Color information

#6BAD84 (or 0x6BAD84) is unknown color: approx Bay Leaf. HEX triplet: 6B, AD and 84. RGB value is (107,173,132). Sum of RGB (Red+Green+Blue) = 107+173+132=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAD84 is #94527B. Grayscale: #949494. Windows color (decimal): -9720444 or 8695147. OLE color: 8695147.

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

Color convert

RGB107173132-
CMYK0.3800.240.32
HSL142.73º28.7%54.9%-
HSV(B)142.73º38.15%67.84%-
XYZ25.1734.6827.2-
YUV148.59118.6398.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.97%
GREEN value IS 173 (67.97% from 255) = 41.99%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=25.97%
G=41.99%
B=32.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071731320.3800.240.32142.7328.754.9
Hex6BAD8426018208f1d37
Octal15325520446030402173567
Binary110101110101101100001001001100110001000001000111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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