Html Css Color HEX #6CAA86 Bay Leaf

📋 copy color: '#6CAA86'

red 108 ◦ green 170 ◦ blue 134

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

Shades of Bay Leaf #6CAA86

Tints of Bay Leaf #6CAA86

RGB

 RED value IS 108 (42.58% from 255) = 26.21%

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

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

R = 26.21%
G = 41.26%
B = 32.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#6CAA86 (or 0x6CAA86) is known color: Bay Leaf. HEX triplet: 6C, AA and 86. RGB value is (108,170,134). Sum of RGB (Red+Green+Blue) = 108+170+134=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAA86 is #935579. Grayscale: #939393. Windows color (decimal): -9655674 or 8825452. OLE color: 8825452.

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

Color convert

RGB 108 170 134 -
CMYK 0.36 0 0.21 0.33
HSL 145.16º 0.27% 0.55% -
HSV(B) 145.16º 0.36% 0.67% -
XYZ 24.86 33.66 27.74 -
YUV 147.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 108 170 134 0.36 0 0.21 0.33 145.16 0.27 0.55
Hex 6C AA 86 24 0 15 21 91 1B 37
Octal 154 252 206 44 0 25 41 221 33 67
Binary 1101100 10101010 10000110 100100 0 10101 100001 10010001 11011 110111

Color Harmonies of #6CAA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAA86

Black with #6CAA86

Text Example


Text Example

White with #6CAA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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