#6AAA68

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

Shades of Fern #6AAA68

Tints of Fern #6AAA68

Color information

#6AAA68 (or 0x6AAA68) is unknown color: approx Fern. HEX triplet: 6A, AA and 68. RGB value is (106,170,104). Sum of RGB (Red+Green+Blue) = 106+170+104=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA68 is #955597. Grayscale: #8F8F8F. Windows color (decimal): -9786776 or 6859370. OLE color: 6859370.

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

Color convert

RGB106170104-
CMYK0.3800.390.33
HSL118.18º27.97%53.73%-
HSV(B)118.18º38.82%66.67%-
XYZ22.8232.8118.23-
YUV143.34105.8101.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.89%
GREEN value IS 170 (66.80% from 255) = 44.74%
BLUE value IS 104 (41.02% from 255) = 27.37%
R=27.89%
G=44.74%
B=27.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061701040.3800.390.33118.1827.9753.73
Hex6AAA682602721761c36
Octal15225215046047411663466
Binary11010101010101011010001001100100111100001111011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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