#6AAC68

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

Shades of Fern #6AAC68

Tints of Fern #6AAC68

Color information

#6AAC68 (or 0x6AAC68) is unknown color: approx Fern. HEX triplet: 6A, AC and 68. RGB value is (106,172,104). Sum of RGB (Red+Green+Blue) = 106+172+104=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #6AAC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAC68 is #955397. Grayscale: #909090. Windows color (decimal): -9786264 or 6859882. OLE color: 6859882.

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

Color convert

RGB106172104-
CMYK0.3800.400.33
HSL118.24º29.06%54.12%-
HSV(B)118.24º39.53%67.45%-
XYZ23.233.5718.35-
YUV144.51105.13100.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.75%
GREEN value IS 172 (67.58% from 255) = 45.03%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=27.75%
G=45.03%
B=27.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061721040.3800.400.33118.2429.0654.12
Hex6AAC682602821761d36
Octal15225415046050411663566
Binary11010101010110011010001001100101000100001111011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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