#6FAC6B

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

Shades of Fern #6FAC6B

Tints of Fern #6FAC6B

Color information

#6FAC6B (or 0x6FAC6B) is unknown color: approx Fern. HEX triplet: 6F, AC and 6B. RGB value is (111,172,107). Sum of RGB (Red+Green+Blue) = 111+172+107=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAC6B is #905394. Grayscale: #929292. Windows color (decimal): -9458581 or 7056495. OLE color: 7056495.

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

Color convert

RGB111172107-
CMYK0.3500.380.33
HSL116.31º28.14%54.71%-
HSV(B)116.31º37.79%67.45%-
XYZ23.9633.9519.2-
YUV146.35105.79102.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.46%
GREEN value IS 172 (67.58% from 255) = 44.10%
BLUE value IS 107 (42.19% from 255) = 27.44%
R=28.46%
G=44.10%
B=27.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111721070.3500.380.33116.3128.1454.71
Hex6FAC6B2302621741c37
Octal15725415343046411643467
Binary11011111010110011010111000110100110100001111010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,172,107); }

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

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

 a { background-color: rgb(111,172,107); }

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

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

 span { border-color: rgb(111,172,107); }

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