#6BAF86

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

Shades of Bay Leaf #6BAF86

Tints of Bay Leaf #6BAF86

Color information

#6BAF86 (or 0x6BAF86) is unknown color: approx Bay Leaf. HEX triplet: 6B, AF and 86. RGB value is (107,175,134). Sum of RGB (Red+Green+Blue) = 107+175+134=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAF86 is #945079. Grayscale: #969696. Windows color (decimal): -9719930 or 8826731. OLE color: 8826731.

HSL color Cylindrical-coordinate representation of color #6BAF86: hue angle of 143.82º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAF86 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB107175134-
CMYK0.3900.230.31
HSL143.82º29.82%55.29%-
HSV(B)143.82º38.86%68.63%-
XYZ25.735.5128.05-
YUV149.99118.9797.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.72%
GREEN value IS 175 (68.75% from 255) = 42.07%
BLUE value IS 134 (52.73% from 255) = 32.21%
R=25.72%
G=42.07%
B=32.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071751340.3900.230.31143.8229.8255.29
Hex6BAF86270171F901e37
Octal15325720647027372203667
Binary11010111010111110000110100111010111111111001000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,175,134); }

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

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

 a { background-color: rgb(107,175,134); }

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

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

 span { border-color: rgb(107,175,134); }

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