#6AAB6A

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

Shades of Fern #6AAB6A

Tints of Fern #6AAB6A

Color information

#6AAB6A (or 0x6AAB6A) is unknown color: approx Fern. HEX triplet: 6A, AB and 6A. RGB value is (106,171,106). Sum of RGB (Red+Green+Blue) = 106+171+106=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAB6A is #955495. Grayscale: #909090. Windows color (decimal): -9786518 or 6990698. OLE color: 6990698.

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

Color convert

RGB106171106-
CMYK0.3800.380.33
HSL120º27.9%54.31%-
HSV(B)120º38.01%67.06%-
XYZ23.1133.2318.83-
YUV144.16106.47100.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.68%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=27.68%
G=44.65%
B=27.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061711060.3800.380.3312027.954.31
Hex6AAB6A2602621781c36
Octal15225315246046411703466
Binary11010101010101111010101001100100110100001111100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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