Html Css Color HEX #6AAA85 Bay Leaf

📋 copy color: '#6AAA85'

red 106 ◦ green 170 ◦ blue 133

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

Shades of Bay Leaf #6AAA85

Tints of Bay Leaf #6AAA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.52%

R = 25.92%
G = 41.56%
B = 32.52%

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

#6AAA85 (or 0x6AAA85) is known color: Bay Leaf. HEX triplet: 6A, AA and 85. RGB value is (106,170,133). Sum of RGB (Red+Green+Blue) = 106+170+133=409 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.92% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAA85 is #95557A. Grayscale: #929292. Windows color (decimal): -9786747 or 8759914. OLE color: 8759914.

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

Color convert

RGB 106 170 133 -
CMYK 0.38 0 0.22 0.33
HSL 145.31º 0.27% 0.54% -
HSV(B) 145.31º 0.38% 0.67% -
XYZ 24.55 33.51 27.36 -
YUV 146.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 106 170 133 0.38 0 0.22 0.33 145.31 0.27 0.54
Hex 6A AA 85 26 0 16 21 91 1B 36
Octal 152 252 205 46 0 26 41 221 33 66
Binary 1101010 10101010 10000101 100110 0 10110 100001 10010001 11011 110110

Color Harmonies of #6AAA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA85

Black with #6AAA85

Text Example


Text Example

White with #6AAA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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