Html Css Color HEX #6BAA86 Bay Leaf

📋 copy color: '#6BAA86'

red 107 ◦ green 170 ◦ blue 134

#6BAA86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #6BAA86

Tints of Bay Leaf #6BAA86

RGB

 RED value IS 107 (42.19% from 255) = 26.03%

 GREEN value IS 170 (66.8% from 255) = 41.36%

 BLUE value IS 134 (52.73% from 255) = 32.6%

R = 26.03%
G = 41.36%
B = 32.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#6BAA86 (or 0x6BAA86) is known color: Bay Leaf. HEX triplet: 6B, AA and 86. RGB value is (107,170,134). Sum of RGB (Red+Green+Blue) = 107+170+134=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAA86 is #945579. Grayscale: #939393. Windows color (decimal): -9721210 or 8825451. OLE color: 8825451.

HSL color Cylindrical-coordinate representation of color #6BAA86: hue angle of 145.71º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAA86 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 170 134 -
CMYK 0.37 0 0.21 0.33
HSL 145.71º 0.27% 0.54% -
HSV(B) 145.71º 0.37% 0.67% -
XYZ 24.74 33.6 27.74 -
YUV 147.06 120.63 99.43 -
System Red Green Blue C M Y K H S L
Decimal 107 170 134 0.37 0 0.21 0.33 145.71 0.27 0.54
Hex 6B AA 86 25 0 15 21 92 1B 36
Octal 153 252 206 45 0 25 41 222 33 66
Binary 1101011 10101010 10000110 100101 0 10101 100001 10010010 11011 110110

Color Harmonies of #6BAA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAA86

Black with #6BAA86

Text Example


Text Example

White with #6BAA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6BAA86;
 }
 .AnyTagClassName
 {
   color: #6BAA86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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