#6BA984

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

Shades of Bay Leaf #6BA984

Tints of Bay Leaf #6BA984

Color information

#6BA984 (or 0x6BA984) is unknown color: approx Bay Leaf. HEX triplet: 6B, A9 and 84. RGB value is (107,169,132). Sum of RGB (Red+Green+Blue) = 107+169+132=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA984 is #94567B. Grayscale: #929292. Windows color (decimal): -9721468 or 8694123. OLE color: 8694123.

HSL color Cylindrical-coordinate representation of color #6BA984: hue angle of 144.19º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BA984 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB107169132-
CMYK0.3700.220.34
HSL144.19º26.5%54.12%-
HSV(B)144.19º36.69%66.27%-
XYZ24.4233.1726.94-
YUV146.24119.96100.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.23%
GREEN value IS 169 (66.41% from 255) = 41.42%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=26.23%
G=41.42%
B=32.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1071691320.3700.220.34144.1926.554.12
Hex6BA9842501622901a36
Octal15325120445026422203266
Binary110101110101001100001001001010101101000101001000011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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