#6FAB84

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

Shades of Bay Leaf #6FAB84

Tints of Bay Leaf #6FAB84

Color information

#6FAB84 (or 0x6FAB84) is unknown color: approx Bay Leaf. HEX triplet: 6F, AB and 84. RGB value is (111,171,132). Sum of RGB (Red+Green+Blue) = 111+171+132=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAB84 is #90547B. Grayscale: #949494. Windows color (decimal): -9458812 or 8694639. OLE color: 8694639.

HSL color Cylindrical-coordinate representation of color #6FAB84: hue angle of 141º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAB84 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB111171132-
CMYK0.3500.230.33
HSL141º26.32%55.29%-
HSV(B)141º35.09%67.06%-
XYZ25.2834.1727.09-
YUV148.61118.62101.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.81%
GREEN value IS 171 (67.19% from 255) = 41.30%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=26.81%
G=41.30%
B=31.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111711320.3500.230.3314126.3255.29
Hex6FAB8423017218d1a37
Octal15725320443027412153267
Binary110111110101011100001001000110101111000011000110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,171,132); }

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

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

 a { background-color: rgb(111,171,132); }

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

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

 span { border-color: rgb(111,171,132); }

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