#6AAC75

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

Shades of Fern #6AAC75

Tints of Fern #6AAC75

Color information

#6AAC75 (or 0x6AAC75) is unknown color: approx Fern. HEX triplet: 6A, AC and 75. RGB value is (106,172,117). Sum of RGB (Red+Green+Blue) = 106+172+117=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #6AAC75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAC75 is #95538A. Grayscale: #929292. Windows color (decimal): -9786251 or 7711850. OLE color: 7711850.

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

Color convert

RGB106172117-
CMYK0.3800.320.33
HSL130º28.45%54.51%-
HSV(B)130º38.37%67.45%-
XYZ23.9133.8522.1-
YUV146111.6399.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.84%
GREEN value IS 172 (67.58% from 255) = 43.54%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=26.84%
G=43.54%
B=29.62%

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
Decimal1061721170.3800.320.3313028.4554.51
Hex6AAC752602021821c37
Octal15225416546040412023467
Binary110101010101100111010110011001000001000011000001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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