Html Css Color HEX #6AAB84 Bay Leaf

📋 copy color: '#6AAB84'

red 106 ◦ green 171 ◦ blue 132

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

Shades of Bay Leaf #6AAB84

Tints of Bay Leaf #6AAB84

RGB

 RED value IS 106 (41.8% from 255) = 25.92%

 GREEN value IS 171 (67.19% from 255) = 41.81%

 BLUE value IS 132 (51.95% from 255) = 32.27%

R = 25.92%
G = 41.81%
B = 32.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#6AAB84 (or 0x6AAB84) is known color: Bay Leaf. HEX triplet: 6A, AB and 84. RGB value is (106,171,132). Sum of RGB (Red+Green+Blue) = 106+171+132=409 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.92% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB84 is #95547B. Grayscale: #939393. Windows color (decimal): -9786492 or 8694634. OLE color: 8694634.

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

Color convert

RGB 106 171 132 -
CMYK 0.38 0 0.23 0.33
HSL 144º 0.28% 0.54% -
HSV(B) 144º 0.38% 0.67% -
XYZ 24.67 33.86 27.06 -
YUV 147.12 119.47 98.67 -
System Red Green Blue C M Y K H S L
Decimal 106 171 132 0.38 0 0.23 0.33 144 0.28 0.54
Hex 6A AB 84 26 0 17 21 90 1C 36
Octal 152 253 204 46 0 27 41 220 34 66
Binary 1101010 10101011 10000100 100110 0 10111 100001 10010000 11100 110110

Color Harmonies of #6AAB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB84

Black with #6AAB84

Text Example


Text Example

White with #6AAB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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