#6AAA6B

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

Shades of Fern #6AAA6B

Tints of Fern #6AAA6B

Color information

#6AAA6B (or 0x6AAA6B) is unknown color: approx Fern. HEX triplet: 6A, AA and 6B. RGB value is (106,170,107). Sum of RGB (Red+Green+Blue) = 106+170+107=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA6B is #955594. Grayscale: #8F8F8F. Windows color (decimal): -9786773 or 7055978. OLE color: 7055978.

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

Color convert

RGB106170107-
CMYK0.3800.370.33
HSL120.94º27.35%54.12%-
HSV(B)120.94º37.65%66.67%-
XYZ22.9732.8819.04-
YUV143.68107.3101.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.68%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=27.68%
G=44.39%
B=27.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061701070.3800.370.33120.9427.3554.12
Hex6AAA6B2602521791b36
Octal15225215346045411713366
Binary11010101010101011010111001100100101100001111100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6AAA6B;
 }
 .AnyTagClassName
 {
   color: #6AAA6B;
 }
</style>
background-color css

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

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

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

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

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

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