#6AAA74

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

Shades of Fern #6AAA74

Tints of Fern #6AAA74

Color information

#6AAA74 (or 0x6AAA74) is unknown color: approx Fern. HEX triplet: 6A, AA and 74. RGB value is (106,170,116). Sum of RGB (Red+Green+Blue) = 106+170+116=392 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.04% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA74 is #95558B. Grayscale: #909090. Windows color (decimal): -9786764 or 7645802. OLE color: 7645802.

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

Color convert

RGB106170116-
CMYK0.3800.320.33
HSL129.38º27.35%54.12%-
HSV(B)129.38º37.65%66.67%-
XYZ23.4733.0721.67-
YUV144.71111.8100.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.04%
GREEN value IS 170 (66.80% from 255) = 43.37%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=27.04%
G=43.37%
B=29.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061701160.3800.320.33129.3827.3554.12
Hex6AAA742602021811b36
Octal15225216446040412013366
Binary110101010101010111010010011001000001000011000000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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