#6AA467

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

Shades of Fern #6AA467

Tints of Fern #6AA467

Color information

#6AA467 (or 0x6AA467) is unknown color: approx Fern. HEX triplet: 6A, A4 and 67. RGB value is (106,164,103). Sum of RGB (Red+Green+Blue) = 106+164+103=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA467 is #955B98. Grayscale: #8B8B8B. Windows color (decimal): -9788313 or 6792298. OLE color: 6792298.

HSL color Cylindrical-coordinate representation of color #6AA467: hue angle of 117.05º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6AA467 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB106164103-
CMYK0.3500.370.36
HSL117.05º25.1%52.35%-
HSV(B)117.05º37.2%64.31%-
XYZ21.6730.5917.6-
YUV139.7107.28103.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.42%
GREEN value IS 164 (64.45% from 255) = 43.97%
BLUE value IS 103 (40.62% from 255) = 27.61%
R=28.42%
G=43.97%
B=27.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1061641030.3500.370.36117.0525.152.35
Hex6AA4672302524751934
Octal15224414743045441653164
Binary11010101010010011001111000110100101100100111010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,164,103); }

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

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

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

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

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

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

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