Html Css Color HEX #6AAA84 Bay Leaf

📋 copy color: '#6AAA84'

red 106 ◦ green 170 ◦ blue 132

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

Shades of Bay Leaf #6AAA84

Tints of Bay Leaf #6AAA84

RGB

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

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

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

R = 25.98%
G = 41.67%
B = 32.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#6AAA84 (or 0x6AAA84) is known color: Bay Leaf. HEX triplet: 6A, AA and 84. RGB value is (106,170,132). Sum of RGB (Red+Green+Blue) = 106+170+132=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAA84 is #95557B. Grayscale: #929292. Windows color (decimal): -9786748 or 8694378. OLE color: 8694378.

HSL color Cylindrical-coordinate representation of color #6AAA84: hue angle of 144.38º degrees, saturation: 0.27, 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 #6AAA84 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 170 132 -
CMYK 0.38 0 0.22 0.33
HSL 144.38º 0.27% 0.54% -
HSV(B) 144.38º 0.38% 0.67% -
XYZ 24.48 33.48 27 -
YUV 146.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 106 170 132 0.38 0 0.22 0.33 144.38 0.27 0.54
Hex 6A AA 84 26 0 16 21 90 1B 36
Octal 152 252 204 46 0 26 41 220 33 66
Binary 1101010 10101010 10000100 100110 0 10110 100001 10010000 11011 110110

Color Harmonies of #6AAA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA84

Black with #6AAA84

Text Example


Text Example

White with #6AAA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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