#6AAC64

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

Shades of Fern #6AAC64

Tints of Fern #6AAC64

Color information

#6AAC64 (or 0x6AAC64) is unknown color: approx Fern. HEX triplet: 6A, AC and 64. RGB value is (106,172,100). Sum of RGB (Red+Green+Blue) = 106+172+100=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #6AAC64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAC64 is #95539B. Grayscale: #909090. Windows color (decimal): -9786268 or 6597738. OLE color: 6597738.

HSL color Cylindrical-coordinate representation of color #6AAC64: hue angle of 115º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AAC64 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB106172100-
CMYK0.3800.420.33
HSL115º30.25%53.33%-
HSV(B)115º41.86%67.45%-
XYZ2333.4917.31-
YUV144.06103.13100.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.04%
GREEN value IS 172 (67.58% from 255) = 45.50%
BLUE value IS 100 (39.45% from 255) = 26.46%
R=28.04%
G=45.50%
B=26.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061721000.3800.420.3311530.2553.33
Hex6AAC642602A21731e35
Octal15225414446052411633665
Binary11010101010110011001001001100101010100001111001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,172,100); }

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

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

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

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

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

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

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