#6CA86F

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

Shades of Fern #6CA86F

Tints of Fern #6CA86F

Color information

#6CA86F (or 0x6CA86F) is unknown color: approx Fern. HEX triplet: 6C, A8 and 6F. RGB value is (108,168,111). Sum of RGB (Red+Green+Blue) = 108+168+111=387 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.91% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA86F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA86F is #935790. Grayscale: #8F8F8F. Windows color (decimal): -9656209 or 7317612. OLE color: 7317612.

HSL color Cylindrical-coordinate representation of color #6CA86F: hue angle of 123º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CA86F is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB108168111-
CMYK0.3600.340.34
HSL123º25.64%54.12%-
HSV(B)123º35.71%65.88%-
XYZ23.0632.3420.07-
YUV143.56109.62102.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.91%
GREEN value IS 168 (66.02% from 255) = 43.41%
BLUE value IS 111 (43.75% from 255) = 28.68%
R=27.91%
G=43.41%
B=28.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1081681110.3600.340.3412325.6454.12
Hex6CA86F24022227b1a36
Octal15425015744042421733266
Binary11011001010100011011111001000100010100010111101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,168,111); }

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

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

 a { background-color: rgb(108,168,111); }

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

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

 span { border-color: rgb(108,168,111); }

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