#6AAA84

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

Shades of Bay Leaf #6AAA84

Tints of Bay Leaf #6AAA84

Color information

#6AAA84 (or 0x6AAA84) is unknown color: approx 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

RGB106170132-
CMYK0.3800.220.33
HSL144.38º27.35%54.12%-
HSV(B)144.38º37.65%66.67%-
XYZ24.4833.4827-
YUV146.53119.899.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.98%
GREEN value IS 170 (66.80% 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 (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061701320.3800.220.33144.3827.3554.12
Hex6AAA842601621901b36
Octal15225220446026412203366
Binary110101010101010100001001001100101101000011001000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>